Html Css Color HEX #4686DC Havelock Blue

📋 copy color: '#4686DC'

red 70 ◦ green 134 ◦ blue 220

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

Shades of Havelock Blue #4686DC

Tints of Havelock Blue #4686DC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 16.51%
G = 31.6%
B = 51.89%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4686DC (or 0x4686DC) is known color: Havelock Blue. HEX triplet: 46, 86 and DC. RGB value is (70,134,220). Sum of RGB (Red+Green+Blue) = 70+134+220=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #4686DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686DC is #B97923. Grayscale: #7C7C7C. Windows color (decimal): -12155172 or 14452294. OLE color: 14452294.

HSL color Cylindrical-coordinate representation of color #4686DC: hue angle of 214.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4686DC is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 134 220 -
CMYK 0.68 0.39 0 0.14
HSL 214.4º 0.68% 0.57% -
HSV(B) 214.4º 0.68% 0.86% -
XYZ 23.97 23.52 70.99 -
YUV 124.67 181.8 89.01 -
System Red Green Blue C M Y K H S L
Decimal 70 134 220 0.68 0.39 0 0.14 214.4 0.68 0.57
Hex 46 86 DC 44 27 0 E D6 44 39
Octal 106 206 334 104 47 0 16 326 104 71
Binary 1000110 10000110 11011100 1000100 100111 0 1110 11010110 1000100 111001

Color Harmonies of #4686DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4686DC

Black with #4686DC

Text Example


Text Example

White with #4686DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4686DC; }

 p { color: rgb(70,134,220); }

 H1.HeaderClassName
 {
   color: #4686DC;
 }
 .AnyTagClassName
 {
   color: #4686DC;
 }
</style>

background-color css

<style>
 a { background-color: #4686DC; }

 a { background-color: rgb(70,134,220); }

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

border-color css

<style>
 span { border-color: #4686DC; }

 span { border-color: rgb(70,134,220); }

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