#456FC4

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

Shades of Havelock Blue #456FC4

Tints of Havelock Blue #456FC4

Color information

#456FC4 (or 0x456FC4) is unknown color: approx Havelock Blue. HEX triplet: 45, 6F and C4. RGB value is (69,111,196). Sum of RGB (Red+Green+Blue) = 69+111+196=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #456FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FC4 is #BA903B. Grayscale: #6B6B6B. Windows color (decimal): -12226620 or 12873541. OLE color: 12873541.

HSL color Cylindrical-coordinate representation of color #456FC4: hue angle of 220.16º 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 #456FC4 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB69111196-
CMYK0.650.4300.23
HSL220.16º51.84%51.96%-
HSV(B)220.16º64.8%76.86%-
XYZ18.116.6254.48-
YUV108.13177.59100.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.35%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 196 (76.95% from 255) = 52.13%
R=18.35%
G=29.52%
B=52.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal691111960.650.4300.23220.1651.8451.96
Hex456FC4412B017dc3434
Octal105157304101530273346464
Binary1000101110111111000100100000110101101011111011100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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