Html Css Color HEX #4689DC Havelock Blue

📋 copy color: '#4689DC'

red 70 ◦ green 137 ◦ blue 220

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

Shades of Havelock Blue #4689DC

Tints of Havelock Blue #4689DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 16.39%
G = 32.08%
B = 51.52%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4689DC (or 0x4689DC) is known color: Havelock Blue. HEX triplet: 46, 89 and DC. RGB value is (70,137,220). Sum of RGB (Red+Green+Blue) = 70+137+220=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #4689DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4689DC is #B97623. Grayscale: #7E7E7E. Windows color (decimal): -12154404 or 14453062. OLE color: 14453062.

HSL color Cylindrical-coordinate representation of color #4689DC: hue angle of 213.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4689DC is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 137 220 -
CMYK 0.68 0.38 0 0.14
HSL 213.2º 0.68% 0.57% -
HSV(B) 213.2º 0.68% 0.86% -
XYZ 24.39 24.36 71.13 -
YUV 126.43 180.8 87.75 -
System Red Green Blue C M Y K H S L
Decimal 70 137 220 0.68 0.38 0 0.14 213.2 0.68 0.57
Hex 46 89 DC 44 26 0 E D5 44 39
Octal 106 211 334 104 46 0 16 325 104 71
Binary 1000110 10001001 11011100 1000100 100110 0 1110 11010101 1000100 111001

Color Harmonies of #4689DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4689DC

Black with #4689DC

Text Example


Text Example

White with #4689DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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