Html Css Color HEX #4179CB Havelock Blue

📋 copy color: '#4179CB'

red 65 ◦ green 121 ◦ blue 203

#4179CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4179CB

Tints of Havelock Blue #4179CB

RGB

 RED value IS 65 (25.78% from 255) = 16.71%

 GREEN value IS 121 (47.66% from 255) = 31.11%

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 16.71%
G = 31.11%
B = 52.19%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4179CB (or 0x4179CB) is known color: Havelock Blue. HEX triplet: 41, 79 and CB. RGB value is (65,121,203). Sum of RGB (Red+Green+Blue) = 65+121+203=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #4179CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4179CB is #BE8634. Grayscale: #717171. Windows color (decimal): -12486197 or 13334849. OLE color: 13334849.

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

Color convert

RGB 65 121 203 -
CMYK 0.68 0.40 0 0.20
HSL 215.65º 0.57% 0.53% -
HSV(B) 215.65º 0.68% 0.8% -
XYZ 19.8 19.11 59.15 -
YUV 113.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 65 121 203 0.68 0.40 0 0.20 215.65 0.57 0.53
Hex 41 79 CB 44 28 0 14 D8 39 35
Octal 101 171 313 104 50 0 24 330 71 65
Binary 1000001 1111001 11001011 1000100 101000 0 10100 11011000 111001 110101

Color Harmonies of #4179CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4179CB

Black with #4179CB

Text Example


Text Example

White with #4179CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4179CB;
 }
 .AnyTagClassName
 {
   color: #4179CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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