#4254BB

Color #4254BB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4254BB

Tints of Free Speech Blue #4254BB

Color information

#4254BB (or 0x4254BB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 54 and BB. RGB value is (66,84,187). Sum of RGB (Red+Green+Blue) = 66+84+187=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #4254BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4254BB is #BDAB44. Grayscale: #595959. Windows color (decimal): -12430149 or 12276802. OLE color: 12276802.

HSL color Cylindrical-coordinate representation of color #4254BB: hue angle of 231.07º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4254BB is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6684187-
CMYK0.650.5500.27
HSL231.07º47.83%49.61%-
HSV(B)231.07º64.71%73.33%-
XYZ14.3911.0948.4-
YUV90.36182.54110.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 19.58%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 187 (73.44% from 255) = 55.49%
R=19.58%
G=24.93%
B=55.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66841870.650.5500.27231.0747.8349.61
Hex4254BB413701Be73032
Octal102124273101670333476062
Binary1000010101010010111011100000111011101101111100111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4254BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4254BB; }

 p { color: rgb(66,84,187); }

 H1.HeaderClassName
 {
   color: #4254BB;
 }
 .AnyTagClassName
 {
   color: #4254BB;
 }
</style>
background-color css

<style>
 a { background-color: #4254BB; }

 a { background-color: rgb(66,84,187); }

 div.DivClassName
 {
   background-color: #4254BB;
 }
 .BgClassName
 {
   background-color: #4254BB;
 }
</style>
border-color css

<style>
 span { border-color: #4254BB; }

 span { border-color: rgb(66,84,187); }

 td.TdClassName
 {
   border-color: #4254BB;
 }
 .TagClassName
 {
   border-color: #4254BB;
 }
</style>