#4278CC

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

Shades of Havelock Blue #4278CC

Tints of Havelock Blue #4278CC

Color information

#4278CC (or 0x4278CC) is unknown color: approx Havelock Blue. HEX triplet: 42, 78 and CC. RGB value is (66,120,204). Sum of RGB (Red+Green+Blue) = 66+120+204=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #4278CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4278CC is #BD8733. Grayscale: #717171. Windows color (decimal): -12420916 or 13400130. OLE color: 13400130.

HSL color Cylindrical-coordinate representation of color #4278CC: hue angle of 216.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4278CC is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB66120204-
CMYK0.680.4100.2
HSL216.52º57.5%52.94%-
HSV(B)216.52º67.65%80%-
XYZ19.8618.9559.74-
YUV113.43179.1194.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.92%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 204 (80.08% from 255) = 52.31%
R=16.92%
G=30.77%
B=52.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal661202040.680.4100.2216.5257.552.94
Hex4278CC4429014d93a35
Octal102170314104510243317265
Binary1000010111100011001100100010010100101010011011001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4278CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4278CC; }

 p { color: rgb(66,120,204); }

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

<style>
 a { background-color: #4278CC; }

 a { background-color: rgb(66,120,204); }

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

<style>
 span { border-color: #4278CC; }

 span { border-color: rgb(66,120,204); }

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