#456AC8

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

Shades of Free Speech Blue #456AC8

Tints of Free Speech Blue #456AC8

Color information

#456AC8 (or 0x456AC8) is unknown color: approx Free Speech Blue. HEX triplet: 45, 6A and C8. RGB value is (69,106,200). Sum of RGB (Red+Green+Blue) = 69+106+200=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #456AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456AC8 is #BA9537. Grayscale: #696969. Windows color (decimal): -12227896 or 13134405. OLE color: 13134405.

HSL color Cylindrical-coordinate representation of color #456AC8: hue angle of 223.05º 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 #456AC8 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB69106200-
CMYK0.660.4700.22
HSL223.05º54.36%52.75%-
HSV(B)223.05º65.5%78.43%-
XYZ18.0315.7456.73-
YUV105.65181.24101.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 200 (78.52% from 255) = 53.33%
R=18.4%
G=28.27%
B=53.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal691062000.660.4700.22223.0554.3652.75
Hex456AC8422F016df3635
Octal105152310102570263376665
Binary1000101110101011001000100001010111101011011011111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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