Html Css Color HEX #4684D6 Havelock Blue

📋 copy color: '#4684D6'

red 70 ◦ green 132 ◦ blue 214

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

Shades of Havelock Blue #4684D6

Tints of Havelock Blue #4684D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.44%

R = 16.83%
G = 31.73%
B = 51.44%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4684D6 (or 0x4684D6) is known color: Havelock Blue. HEX triplet: 46, 84 and D6. RGB value is (70,132,214). Sum of RGB (Red+Green+Blue) = 70+132+214=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #4684D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4684D6 is #B97B29. Grayscale: #7A7A7A. Windows color (decimal): -12155690 or 14058566. OLE color: 14058566.

HSL color Cylindrical-coordinate representation of color #4684D6: hue angle of 214.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4684D6 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 132 214 -
CMYK 0.67 0.38 0 0.16
HSL 214.17º 0.64% 0.56% -
HSV(B) 214.17º 0.67% 0.84% -
XYZ 22.91 22.66 66.78 -
YUV 122.81 179.46 90.33 -
System Red Green Blue C M Y K H S L
Decimal 70 132 214 0.67 0.38 0 0.16 214.17 0.64 0.56
Hex 46 84 D6 43 26 0 10 D6 40 38
Octal 106 204 326 103 46 0 20 326 100 70
Binary 1000110 10000100 11010110 1000011 100110 0 10000 11010110 1000000 111000

Color Harmonies of #4684D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4684D6

Black with #4684D6

Text Example


Text Example

White with #4684D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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