Html Css Color HEX #4688CE Havelock Blue

📋 copy color: '#4688CE'

red 70 ◦ green 136 ◦ blue 206

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

Shades of Havelock Blue #4688CE

Tints of Havelock Blue #4688CE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.01%

 BLUE value IS 206 (80.86% from 255) = 50%

R = 16.99%
G = 33.01%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4688CE (or 0x4688CE) is known color: Havelock Blue. HEX triplet: 46, 88 and CE. RGB value is (70,136,206). Sum of RGB (Red+Green+Blue) = 70+136+206=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #4688CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4688CE is #B97731. Grayscale: #7B7B7B. Windows color (decimal): -12154674 or 13535302. OLE color: 13535302.

HSL color Cylindrical-coordinate representation of color #4688CE: hue angle of 210.88º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4688CE is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 136 206 -
CMYK 0.66 0.34 0 0.19
HSL 210.88º 0.58% 0.54% -
HSV(B) 210.88º 0.66% 0.81% -
XYZ 22.47 23.37 61.72 -
YUV 124.25 174.13 89.31 -
System Red Green Blue C M Y K H S L
Decimal 70 136 206 0.66 0.34 0 0.19 210.88 0.58 0.54
Hex 46 88 CE 42 22 0 13 D3 3A 36
Octal 106 210 316 102 42 0 23 323 72 66
Binary 1000110 10001000 11001110 1000010 100010 0 10011 11010011 111010 110110

Color Harmonies of #4688CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4688CE

Black with #4688CE

Text Example


Text Example

White with #4688CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4688CE; }

 p { color: rgb(70,136,206); }

 H1.HeaderClassName
 {
   color: #4688CE;
 }
 .AnyTagClassName
 {
   color: #4688CE;
 }
</style>

background-color css

<style>
 a { background-color: #4688CE; }

 a { background-color: rgb(70,136,206); }

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

border-color css

<style>
 span { border-color: #4688CE; }

 span { border-color: rgb(70,136,206); }

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