#456BC6

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

Shades of Free Speech Blue #456BC6

Tints of Free Speech Blue #456BC6

Color information

#456BC6 (or 0x456BC6) is unknown color: approx Free Speech Blue. HEX triplet: 45, 6B and C6. RGB value is (69,107,198). Sum of RGB (Red+Green+Blue) = 69+107+198=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #456BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BC6 is #BA9439. Grayscale: #696969. Windows color (decimal): -12227642 or 13003589. OLE color: 13003589.

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

Color convert

RGB69107198-
CMYK0.650.4600.22
HSL222.33º53.09%52.35%-
HSV(B)222.33º65.15%77.65%-
XYZ17.915.8655.54-
YUV106.01179.91101.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=18.45%
G=28.61%
B=52.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal691071980.650.4600.22222.3353.0952.35
Hex456BC6412E016de3534
Octal105153306101560263366564
Binary1000101110101111000110100000110111001011011011110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456BC6; }

 p { color: rgb(69,107,198); }

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

<style>
 a { background-color: #456BC6; }

 a { background-color: rgb(69,107,198); }

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

<style>
 span { border-color: #456BC6; }

 span { border-color: rgb(69,107,198); }

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