Html Css Color HEX #4277CA Havelock Blue

📋 copy color: '#4277CA'

red 66 ◦ green 119 ◦ blue 202

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

Shades of Havelock Blue #4277CA

Tints of Havelock Blue #4277CA

RGB

 RED value IS 66 (26.17% from 255) = 17.05%

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

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

R = 17.05%
G = 30.75%
B = 52.2%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4277CA (or 0x4277CA) is known color: Havelock Blue. HEX triplet: 42, 77 and CA. RGB value is (66,119,202). Sum of RGB (Red+Green+Blue) = 66+119+202=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 119 (46.88% from 255 or 30.75% 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 #4277CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4277CA is #BD8835. Grayscale: #707070. Windows color (decimal): -12421174 or 13268802. OLE color: 13268802.

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

Color convert

RGB 66 119 202 -
CMYK 0.67 0.41 0 0.21
HSL 216.62º 0.56% 0.53% -
HSV(B) 216.62º 0.67% 0.79% -
XYZ 19.5 18.62 58.44 -
YUV 112.62 178.44 94.75 -
System Red Green Blue C M Y K H S L
Decimal 66 119 202 0.67 0.41 0 0.21 216.62 0.56 0.53
Hex 42 77 CA 43 29 0 15 D9 38 35
Octal 102 167 312 103 51 0 25 331 70 65
Binary 1000010 1110111 11001010 1000011 101001 0 10101 11011001 111000 110101

Color Harmonies of #4277CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4277CA

Black with #4277CA

Text Example


Text Example

White with #4277CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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