Html Css Color HEX #4688CA Havelock Blue

📋 copy color: '#4688CA'

red 70 ◦ green 136 ◦ blue 202

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

Shades of Havelock Blue #4688CA

Tints of Havelock Blue #4688CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 17.16%
G = 33.33%
B = 49.51%

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

#4688CA (or 0x4688CA) is known color: Havelock Blue. HEX triplet: 46, 88 and CA. RGB value is (70,136,202). Sum of RGB (Red+Green+Blue) = 70+136+202=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #4688CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4688CA is #B97735. Grayscale: #7B7B7B. Windows color (decimal): -12154678 or 13273158. OLE color: 13273158.

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

Color convert

RGB 70 136 202 -
CMYK 0.65 0.33 0 0.21
HSL 210º 0.55% 0.53% -
HSV(B) 210º 0.65% 0.79% -
XYZ 21.99 23.17 59.19 -
YUV 123.79 172.13 89.63 -
System Red Green Blue C M Y K H S L
Decimal 70 136 202 0.65 0.33 0 0.21 210 0.55 0.53
Hex 46 88 CA 41 21 0 15 D2 37 35
Octal 106 210 312 101 41 0 25 322 67 65
Binary 1000110 10001000 11001010 1000001 100001 0 10101 11010010 110111 110101

Color Harmonies of #4688CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4688CA

Black with #4688CA

Text Example


Text Example

White with #4688CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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