Html Css Color HEX #4686CD Havelock Blue

📋 copy color: '#4686CD'

red 70 ◦ green 134 ◦ blue 205

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

Shades of Havelock Blue #4686CD

Tints of Havelock Blue #4686CD

RGB

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

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

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

R = 17.11%
G = 32.76%
B = 50.12%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4686CD (or 0x4686CD) is known color: Havelock Blue. HEX triplet: 46, 86 and CD. RGB value is (70,134,205). Sum of RGB (Red+Green+Blue) = 70+134+205=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #4686CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686CD is #B97932. Grayscale: #7A7A7A. Windows color (decimal): -12155187 or 13469254. OLE color: 13469254.

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

Color convert

RGB 70 134 205 -
CMYK 0.66 0.35 0 0.20
HSL 211.56º 0.57% 0.54% -
HSV(B) 211.56º 0.66% 0.8% -
XYZ 22.07 22.76 60.99 -
YUV 122.96 174.3 90.23 -
System Red Green Blue C M Y K H S L
Decimal 70 134 205 0.66 0.35 0 0.20 211.56 0.57 0.54
Hex 46 86 CD 42 23 0 14 D4 39 36
Octal 106 206 315 102 43 0 24 324 71 66
Binary 1000110 10000110 11001101 1000010 100011 0 10100 11010100 111001 110110

Color Harmonies of #4686CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4686CD

Black with #4686CD

Text Example


Text Example

White with #4686CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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