Html Css Color HEX #4688CC Havelock Blue

📋 copy color: '#4688CC'

red 70 ◦ green 136 ◦ blue 204

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

Shades of Havelock Blue #4688CC

Tints of Havelock Blue #4688CC

RGB

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

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

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

R = 17.07%
G = 33.17%
B = 49.76%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4688CC (or 0x4688CC) is known color: Havelock Blue. HEX triplet: 46, 88 and CC. RGB value is (70,136,204). Sum of RGB (Red+Green+Blue) = 70+136+204=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #4688CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4688CC is #B97733. Grayscale: #7B7B7B. Windows color (decimal): -12154676 or 13404230. OLE color: 13404230.

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

Color convert

RGB 70 136 204 -
CMYK 0.66 0.33 0 0.2
HSL 210.45º 0.57% 0.54% -
HSV(B) 210.45º 0.66% 0.8% -
XYZ 22.23 23.27 60.45 -
YUV 124.02 173.13 89.47 -
System Red Green Blue C M Y K H S L
Decimal 70 136 204 0.66 0.33 0 0.2 210.45 0.57 0.54
Hex 46 88 CC 42 21 0 14 D2 39 36
Octal 106 210 314 102 41 0 24 322 71 66
Binary 1000110 10001000 11001100 1000010 100001 0 10100 11010010 111001 110110

Color Harmonies of #4688CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4688CC

Black with #4688CC

Text Example


Text Example

White with #4688CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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