Html Css Color HEX #4684DB Havelock Blue

📋 copy color: '#4684DB'

red 70 ◦ green 132 ◦ blue 219

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

Shades of Havelock Blue #4684DB

Tints of Havelock Blue #4684DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.35%

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 16.63%
G = 31.35%
B = 52.02%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4684DB (or 0x4684DB) is known color: Havelock Blue. HEX triplet: 46, 84 and DB. RGB value is (70,132,219). Sum of RGB (Red+Green+Blue) = 70+132+219=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #4684DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4684DB is #B97B24. Grayscale: #7A7A7A. Windows color (decimal): -12155685 or 14386246. OLE color: 14386246.

HSL color Cylindrical-coordinate representation of color #4684DB: hue angle of 215.03º degrees, saturation: 0.67, 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 #4684DB is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 132 219 -
CMYK 0.68 0.40 0 0.14
HSL 215.03º 0.67% 0.57% -
HSV(B) 215.03º 0.68% 0.86% -
XYZ 23.56 22.92 70.2 -
YUV 123.38 181.96 89.93 -
System Red Green Blue C M Y K H S L
Decimal 70 132 219 0.68 0.40 0 0.14 215.03 0.67 0.57
Hex 46 84 DB 44 28 0 E D7 43 39
Octal 106 204 333 104 50 0 16 327 103 71
Binary 1000110 10000100 11011011 1000100 101000 0 1110 11010111 1000011 111001

Color Harmonies of #4684DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4684DB

Black with #4684DB

Text Example


Text Example

White with #4684DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4684DB; }

 p { color: rgb(70,132,219); }

 H1.HeaderClassName
 {
   color: #4684DB;
 }
 .AnyTagClassName
 {
   color: #4684DB;
 }
</style>

background-color css

<style>
 a { background-color: #4684DB; }

 a { background-color: rgb(70,132,219); }

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

border-color css

<style>
 span { border-color: #4684DB; }

 span { border-color: rgb(70,132,219); }

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