Html Css Color HEX #4686CC Havelock Blue

📋 copy color: '#4686CC'

red 70 ◦ green 134 ◦ blue 204

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

Shades of Havelock Blue #4686CC

Tints of Havelock Blue #4686CC

RGB

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

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

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

R = 17.16%
G = 32.84%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4686CC (or 0x4686CC) is known color: Havelock Blue. HEX triplet: 46, 86 and CC. RGB value is (70,134,204). Sum of RGB (Red+Green+Blue) = 70+134+204=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #4686CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686CC is #B97933. Grayscale: #7A7A7A. Windows color (decimal): -12155188 or 13403718. OLE color: 13403718.

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

Color convert

RGB 70 134 204 -
CMYK 0.66 0.34 0 0.2
HSL 211.34º 0.57% 0.54% -
HSV(B) 211.34º 0.66% 0.8% -
XYZ 21.95 22.71 60.35 -
YUV 122.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 70 134 204 0.66 0.34 0 0.2 211.34 0.57 0.54
Hex 46 86 CC 42 22 0 14 D3 39 36
Octal 106 206 314 102 42 0 24 323 71 66
Binary 1000110 10000110 11001100 1000010 100010 0 10100 11010011 111001 110110

Color Harmonies of #4686CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4686CC

Black with #4686CC

Text Example


Text Example

White with #4686CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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