#4179CA

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

Shades of Havelock Blue #4179CA

Tints of Havelock Blue #4179CA

Color information

#4179CA (or 0x4179CA) is unknown color: approx Havelock Blue. HEX triplet: 41, 79 and CA. RGB value is (65,121,202). Sum of RGB (Red+Green+Blue) = 65+121+202=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #4179CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4179CA is #BE8635. Grayscale: #717171. Windows color (decimal): -12486198 or 13269313. OLE color: 13269313.

HSL color Cylindrical-coordinate representation of color #4179CA: hue angle of 215.47º 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 #4179CA is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65121202-
CMYK0.680.4000.21
HSL215.47º56.38%52.35%-
HSV(B)215.47º67.82%79.22%-
XYZ19.6819.0658.52-
YUV113.49177.9593.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.75%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=16.75%
G=31.19%
B=52.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651212020.680.4000.21215.4756.3852.35
Hex4179CA4428015d73834
Octal101171312104500253277064
Binary1000001111100111001010100010010100001010111010111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4179CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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