Html Css Color HEX #4279CC Havelock Blue

📋 copy color: '#4279CC'

red 66 ◦ green 121 ◦ blue 204

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

Shades of Havelock Blue #4279CC

Tints of Havelock Blue #4279CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 16.88%
G = 30.95%
B = 52.17%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4279CC (or 0x4279CC) is known color: Havelock Blue. HEX triplet: 42, 79 and CC. RGB value is (66,121,204). Sum of RGB (Red+Green+Blue) = 66+121+204=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #4279CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4279CC is #BD8633. Grayscale: #717171. Windows color (decimal): -12420660 or 13400386. OLE color: 13400386.

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

Color convert

RGB 66 121 204 -
CMYK 0.68 0.41 0 0.2
HSL 216.09º 0.58% 0.53% -
HSV(B) 216.09º 0.68% 0.8% -
XYZ 19.98 19.19 59.78 -
YUV 114.02 178.78 93.75 -
System Red Green Blue C M Y K H S L
Decimal 66 121 204 0.68 0.41 0 0.2 216.09 0.58 0.53
Hex 42 79 CC 44 29 0 14 D8 3A 35
Octal 102 171 314 104 51 0 24 330 72 65
Binary 1000010 1111001 11001100 1000100 101001 0 10100 11011000 111010 110101

Color Harmonies of #4279CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4279CC

Black with #4279CC

Text Example


Text Example

White with #4279CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4279CC; }

 p { color: rgb(66,121,204); }

 H1.HeaderClassName
 {
   color: #4279CC;
 }
 .AnyTagClassName
 {
   color: #4279CC;
 }
</style>

background-color css

<style>
 a { background-color: #4279CC; }

 a { background-color: rgb(66,121,204); }

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

border-color css

<style>
 span { border-color: #4279CC; }

 span { border-color: rgb(66,121,204); }

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