Html Css Color HEX #4177CA Havelock Blue

📋 copy color: '#4177CA'

red 65 ◦ green 119 ◦ blue 202

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

Shades of Havelock Blue #4177CA

Tints of Havelock Blue #4177CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.83%

 BLUE value IS 202 (79.3% from 255) = 52.33%

R = 16.84%
G = 30.83%
B = 52.33%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4177CA (or 0x4177CA) is known color: Havelock Blue. HEX triplet: 41, 77 and CA. RGB value is (65,119,202). Sum of RGB (Red+Green+Blue) = 65+119+202=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #4177CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4177CA is #BE8835. Grayscale: #6F6F6F. Windows color (decimal): -12486710 or 13268801. OLE color: 13268801.

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

Color convert

RGB 65 119 202 -
CMYK 0.68 0.41 0 0.21
HSL 216.35º 0.56% 0.52% -
HSV(B) 216.35º 0.68% 0.79% -
XYZ 19.44 18.58 58.44 -
YUV 112.32 178.61 94.25 -
System Red Green Blue C M Y K H S L
Decimal 65 119 202 0.68 0.41 0 0.21 216.35 0.56 0.52
Hex 41 77 CA 44 29 0 15 D8 38 34
Octal 101 167 312 104 51 0 25 330 70 64
Binary 1000001 1110111 11001010 1000100 101001 0 10101 11011000 111000 110100

Color Harmonies of #4177CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4177CA

Black with #4177CA

Text Example


Text Example

White with #4177CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4177CA;
 }
 .AnyTagClassName
 {
   color: #4177CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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