Html Css Color HEX #4679CB Havelock Blue

📋 copy color: '#4679CB'

red 70 ◦ green 121 ◦ blue 203

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

Shades of Havelock Blue #4679CB

Tints of Havelock Blue #4679CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 17.77%
G = 30.71%
B = 51.52%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4679CB (or 0x4679CB) is known color: Havelock Blue. HEX triplet: 46, 79 and CB. RGB value is (70,121,203). Sum of RGB (Red+Green+Blue) = 70+121+203=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #4679CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4679CB is #B98634. Grayscale: #727272. Windows color (decimal): -12158517 or 13334854. OLE color: 13334854.

HSL color Cylindrical-coordinate representation of color #4679CB: hue angle of 216.99º degrees, saturation: 0.56, 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 #4679CB is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 121 203 -
CMYK 0.66 0.40 0 0.20
HSL 216.99º 0.56% 0.54% -
HSV(B) 216.99º 0.66% 0.8% -
XYZ 20.14 19.29 59.16 -
YUV 115.1 177.6 95.83 -
System Red Green Blue C M Y K H S L
Decimal 70 121 203 0.66 0.40 0 0.20 216.99 0.56 0.54
Hex 46 79 CB 42 28 0 14 D9 38 36
Octal 106 171 313 102 50 0 24 331 70 66
Binary 1000110 1111001 11001011 1000010 101000 0 10100 11011001 111000 110110

Color Harmonies of #4679CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4679CB

Black with #4679CB

Text Example


Text Example

White with #4679CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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