Html Css Color HEX #4687DC Havelock Blue

📋 copy color: '#4687DC'

red 70 ◦ green 135 ◦ blue 220

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

Shades of Havelock Blue #4687DC

Tints of Havelock Blue #4687DC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.76%

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

R = 16.47%
G = 31.76%
B = 51.76%

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

#4687DC (or 0x4687DC) is known color: Havelock Blue. HEX triplet: 46, 87 and DC. RGB value is (70,135,220). Sum of RGB (Red+Green+Blue) = 70+135+220=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #4687DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4687DC is #B97823. Grayscale: #7C7C7C. Windows color (decimal): -12154916 or 14452550. OLE color: 14452550.

HSL color Cylindrical-coordinate representation of color #4687DC: hue angle of 214º 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 #4687DC is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 135 220 -
CMYK 0.68 0.39 0 0.14
HSL 214º 0.68% 0.57% -
HSV(B) 214º 0.68% 0.86% -
XYZ 24.11 23.8 71.03 -
YUV 125.26 181.47 88.59 -
System Red Green Blue C M Y K H S L
Decimal 70 135 220 0.68 0.39 0 0.14 214 0.68 0.57
Hex 46 87 DC 44 27 0 E D6 44 39
Octal 106 207 334 104 47 0 16 326 104 71
Binary 1000110 10000111 11011100 1000100 100111 0 1110 11010110 1000100 111001

Color Harmonies of #4687DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4687DC

Black with #4687DC

Text Example


Text Example

White with #4687DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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