#456CC8

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

Shades of Free Speech Blue #456CC8

Tints of Free Speech Blue #456CC8

Color information

#456CC8 (or 0x456CC8) is unknown color: approx Free Speech Blue. HEX triplet: 45, 6C and C8. RGB value is (69,108,200). Sum of RGB (Red+Green+Blue) = 69+108+200=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 200 (78.52% from 255 or 53.05% from 377); Max value from RGB is 200 - color contains mainly: blue. Hex color #456CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CC8 is #BA9337. Grayscale: #6A6A6A. Windows color (decimal): -12227384 or 13134917. OLE color: 13134917.

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

Color convert

RGB69108200-
CMYK0.660.4600.22
HSL222.14º54.36%52.75%-
HSV(B)222.14º65.5%78.43%-
XYZ18.2416.1656.8-
YUV106.83180.58101.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.30%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 200 (78.52% from 255) = 53.05%
R=18.30%
G=28.65%
B=53.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal691082000.660.4600.22222.1454.3652.75
Hex456CC8422E016de3635
Octal105154310102560263366665
Binary1000101110110011001000100001010111001011011011110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,108,200); }

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

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

 a { background-color: rgb(69,108,200); }

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

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

 span { border-color: rgb(69,108,200); }

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