#4178CA

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

Shades of Havelock Blue #4178CA

Tints of Havelock Blue #4178CA

Color information

#4178CA (or 0x4178CA) is unknown color: approx Havelock Blue. HEX triplet: 41, 78 and CA. RGB value is (65,120,202). Sum of RGB (Red+Green+Blue) = 65+120+202=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #4178CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4178CA is #BE8735. Grayscale: #707070. Windows color (decimal): -12486454 or 13269057. OLE color: 13269057.

HSL color Cylindrical-coordinate representation of color #4178CA: hue angle of 215.91º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4178CA is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65120202-
CMYK0.680.4100.21
HSL215.91º56.38%52.35%-
HSV(B)215.91º67.82%79.22%-
XYZ19.5618.8258.48-
YUV112.9178.2893.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.80%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=16.80%
G=31.01%
B=52.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651202020.680.4100.21215.9156.3852.35
Hex4178CA4429015d83834
Octal101170312104510253307064
Binary1000001111100011001010100010010100101010111011000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4178CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4178CA; }

 p { color: rgb(65,120,202); }

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

<style>
 a { background-color: #4178CA; }

 a { background-color: rgb(65,120,202); }

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

<style>
 span { border-color: #4178CA; }

 span { border-color: rgb(65,120,202); }

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