#4454B6

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

Shades of Free Speech Blue #4454B6

Tints of Free Speech Blue #4454B6

Color information

#4454B6 (or 0x4454B6) is unknown color: approx Free Speech Blue. HEX triplet: 44, 54 and B6. RGB value is (68,84,182). Sum of RGB (Red+Green+Blue) = 68+84+182=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #4454B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4454B6 is #BBAB49. Grayscale: #595959. Windows color (decimal): -12299082 or 11949124. OLE color: 11949124.

HSL color Cylindrical-coordinate representation of color #4454B6: hue angle of 231.58º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4454B6 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6884182-
CMYK0.630.5400.29
HSL231.58º45.6%49.02%-
HSV(B)231.58º62.64%71.37%-
XYZ1410.9545.63-
YUV90.39179.7112.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 182 (71.48% from 255) = 54.49%
R=20.36%
G=25.15%
B=54.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68841820.630.5400.29231.5845.649.02
Hex4454B63F3601De82e31
Octal10412426677660353505661
Binary100010010101001011011011111111011001110111101000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4454B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4454B6; }

 p { color: rgb(68,84,182); }

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

<style>
 a { background-color: #4454B6; }

 a { background-color: rgb(68,84,182); }

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

<style>
 span { border-color: #4454B6; }

 span { border-color: rgb(68,84,182); }

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