Html Css Color HEX #4679CD Havelock Blue

📋 copy color: '#4679CD'

red 70 ◦ green 121 ◦ blue 205

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

Shades of Havelock Blue #4679CD

Tints of Havelock Blue #4679CD

RGB

 RED value IS 70 (27.73% from 255) = 17.68%

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

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

R = 17.68%
G = 30.56%
B = 51.77%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4679CD (or 0x4679CD) is known color: Havelock Blue. HEX triplet: 46, 79 and CD. RGB value is (70,121,205). Sum of RGB (Red+Green+Blue) = 70+121+205=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #4679CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4679CD is #B98632. Grayscale: #727272. Windows color (decimal): -12158515 or 13465926. OLE color: 13465926.

HSL color Cylindrical-coordinate representation of color #4679CD: hue angle of 217.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4679CD is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 121 205 -
CMYK 0.66 0.41 0 0.20
HSL 217.33º 0.57% 0.54% -
HSV(B) 217.33º 0.66% 0.8% -
XYZ 20.38 19.38 60.42 -
YUV 115.33 178.6 95.67 -
System Red Green Blue C M Y K H S L
Decimal 70 121 205 0.66 0.41 0 0.20 217.33 0.57 0.54
Hex 46 79 CD 42 29 0 14 D9 39 36
Octal 106 171 315 102 51 0 24 331 71 66
Binary 1000110 1111001 11001101 1000010 101001 0 10100 11011001 111001 110110

Color Harmonies of #4679CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4679CD

Black with #4679CD

Text Example


Text Example

White with #4679CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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