Html Css Color HEX #4686C9 Havelock Blue

📋 copy color: '#4686C9'

red 70 ◦ green 134 ◦ blue 201

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

Shades of Havelock Blue #4686C9

Tints of Havelock Blue #4686C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.63%

R = 17.28%
G = 33.09%
B = 49.63%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4686C9 (or 0x4686C9) is known color: Havelock Blue. HEX triplet: 46, 86 and C9. RGB value is (70,134,201). Sum of RGB (Red+Green+Blue) = 70+134+201=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #4686C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686C9 is #B97936. Grayscale: #7A7A7A. Windows color (decimal): -12155191 or 13207110. OLE color: 13207110.

HSL color Cylindrical-coordinate representation of color #4686C9: hue angle of 210.69º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4686C9 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 134 201 -
CMYK 0.65 0.33 0 0.21
HSL 210.69º 0.55% 0.53% -
HSV(B) 210.69º 0.65% 0.79% -
XYZ 21.59 22.57 58.48 -
YUV 122.5 172.3 90.55 -
System Red Green Blue C M Y K H S L
Decimal 70 134 201 0.65 0.33 0 0.21 210.69 0.55 0.53
Hex 46 86 C9 41 21 0 15 D3 37 35
Octal 106 206 311 101 41 0 25 323 67 65
Binary 1000110 10000110 11001001 1000001 100001 0 10101 11010011 110111 110101

Color Harmonies of #4686C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4686C9

Black with #4686C9

Text Example


Text Example

White with #4686C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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