Html Css Color HEX #4279CD Havelock Blue

📋 copy color: '#4279CD'

red 66 ◦ green 121 ◦ blue 205

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

Shades of Havelock Blue #4279CD

Tints of Havelock Blue #4279CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 16.84%
G = 30.87%
B = 52.3%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4279CD (or 0x4279CD) is known color: Havelock Blue. HEX triplet: 42, 79 and CD. RGB value is (66,121,205). Sum of RGB (Red+Green+Blue) = 66+121+205=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #4279CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4279CD is #BD8632. Grayscale: #717171. Windows color (decimal): -12420659 or 13465922. OLE color: 13465922.

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

Color convert

RGB 66 121 205 -
CMYK 0.68 0.41 0 0.20
HSL 216.26º 0.58% 0.53% -
HSV(B) 216.26º 0.68% 0.8% -
XYZ 20.1 19.24 60.41 -
YUV 114.13 179.28 93.67 -
System Red Green Blue C M Y K H S L
Decimal 66 121 205 0.68 0.41 0 0.20 216.26 0.58 0.53
Hex 42 79 CD 44 29 0 14 D8 3A 35
Octal 102 171 315 104 51 0 24 330 72 65
Binary 1000010 1111001 11001101 1000100 101001 0 10100 11011000 111010 110101

Color Harmonies of #4279CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4279CD

Black with #4279CD

Text Example


Text Example

White with #4279CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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