#4456c6

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

Shades of Free Speech Blue #4456C6

Tints of Free Speech Blue #4456C6

Color information

#4456C6 (or 0x4456C6) is unknown color: approx Free Speech Blue. HEX triplet: 44, 56 and C6. RGB value is (68,86,198). Sum of RGB (Red+Green+Blue) = 68+86+198=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 198 (77.73% from 255 or 56.25% from 352); Max value from RGB is 198 - color contains mainly: blue. Hex color #4456C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4456C6 is #BBA939. Grayscale: #5C5C5C. Windows color (decimal): -12298554 or 12998212. OLE color: 12998212.

HSL color Cylindrical-coordinate representation of color #4456C6: hue angle of 231.69º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4456C6 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6886198-
CMYK0.660.5700.22
HSL231.69º53.28%52.16%-
HSV(B)231.69º65.66%77.65%-
XYZ15.911.9654.9-
YUV93.39187.04109.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 86 (33.98% from 255) = 24.43%
BLUE value IS 198 (77.73% from 255) = 56.25%
R=19.32%
G=24.43%
B=56.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal68861980.660.5700.22231.6953.2852.16
Hex4456C64239016e83534
Octal104126306102710263506564
Binary1000100101011011000110100001011100101011011101000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4456c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4456c6; }

 p { color: rgb(68,86,198); }

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

<style>
 a { background-color: #4456c6; }

 a { background-color: rgb(68,86,198); }

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

<style>
 span { border-color: #4456c6; }

 span { border-color: rgb(68,86,198); }

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