#456DC4

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

Shades of Free Speech Blue #456DC4

Tints of Free Speech Blue #456DC4

Color information

#456DC4 (or 0x456DC4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 6D and C4. RGB value is (69,109,196). Sum of RGB (Red+Green+Blue) = 69+109+196=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #456DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DC4 is #BA923B. Grayscale: #6A6A6A. Windows color (decimal): -12227132 or 12873029. OLE color: 12873029.

HSL color Cylindrical-coordinate representation of color #456DC4: hue angle of 221.1º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #456DC4 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB69109196-
CMYK0.650.4400.23
HSL221.1º51.84%51.96%-
HSV(B)221.1º64.8%76.86%-
XYZ17.8916.1954.41-
YUV106.96178.25100.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 196 (76.95% from 255) = 52.41%
R=18.45%
G=29.14%
B=52.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal691091960.650.4400.23221.151.8451.96
Hex456DC4412C017dd3434
Octal105155304101540273356464
Binary1000101110110111000100100000110110001011111011101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,109,196); }

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

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

 a { background-color: rgb(69,109,196); }

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

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

 span { border-color: rgb(69,109,196); }

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