Html Css Color HEX #4687CC Havelock Blue

📋 copy color: '#4687CC'

red 70 ◦ green 135 ◦ blue 204

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

Shades of Havelock Blue #4687CC

Tints of Havelock Blue #4687CC

RGB

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

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

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

R = 17.11%
G = 33.01%
B = 49.88%

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

#4687CC (or 0x4687CC) is known color: Havelock Blue. HEX triplet: 46, 87 and CC. RGB value is (70,135,204). Sum of RGB (Red+Green+Blue) = 70+135+204=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #4687CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4687CC is #B97833. Grayscale: #7B7B7B. Windows color (decimal): -12154932 or 13403974. OLE color: 13403974.

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

Color convert

RGB 70 135 204 -
CMYK 0.66 0.34 0 0.2
HSL 210.9º 0.57% 0.54% -
HSV(B) 210.9º 0.66% 0.8% -
XYZ 22.09 22.99 60.4 -
YUV 123.43 173.47 89.89 -
System Red Green Blue C M Y K H S L
Decimal 70 135 204 0.66 0.34 0 0.2 210.9 0.57 0.54
Hex 46 87 CC 42 22 0 14 D3 39 36
Octal 106 207 314 102 42 0 24 323 71 66
Binary 1000110 10000111 11001100 1000010 100010 0 10100 11010011 111001 110110

Color Harmonies of #4687CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4687CC

Black with #4687CC

Text Example


Text Example

White with #4687CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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