Html Css Color HEX #4689CA Havelock Blue

📋 copy color: '#4689CA'

red 70 ◦ green 137 ◦ blue 202

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

Shades of Havelock Blue #4689CA

Tints of Havelock Blue #4689CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.5%

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

R = 17.11%
G = 33.5%
B = 49.39%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4689CA (or 0x4689CA) is known color: Havelock Blue. HEX triplet: 46, 89 and CA. RGB value is (70,137,202). Sum of RGB (Red+Green+Blue) = 70+137+202=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #4689CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4689CA is #B97635. Grayscale: #7C7C7C. Windows color (decimal): -12154422 or 13273414. OLE color: 13273414.

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

Color convert

RGB 70 137 202 -
CMYK 0.65 0.32 0 0.21
HSL 209.55º 0.55% 0.53% -
HSV(B) 209.55º 0.65% 0.79% -
XYZ 22.13 23.46 59.24 -
YUV 124.38 171.8 89.21 -
System Red Green Blue C M Y K H S L
Decimal 70 137 202 0.65 0.32 0 0.21 209.55 0.55 0.53
Hex 46 89 CA 41 20 0 15 D2 37 35
Octal 106 211 312 101 40 0 25 322 67 65
Binary 1000110 10001001 11001010 1000001 100000 0 10101 11010010 110111 110101

Color Harmonies of #4689CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4689CA

Black with #4689CA

Text Example


Text Example

White with #4689CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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