Html Css Color HEX #4682CE Havelock Blue

📋 copy color: '#4682CE'

red 70 ◦ green 130 ◦ blue 206

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

Shades of Havelock Blue #4682CE

Tints of Havelock Blue #4682CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 17.24%
G = 32.02%
B = 50.74%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4682CE (or 0x4682CE) is known color: Havelock Blue. HEX triplet: 46, 82 and CE. RGB value is (70,130,206). Sum of RGB (Red+Green+Blue) = 70+130+206=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #4682CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4682CE is #B97D31. Grayscale: #787878. Windows color (decimal): -12156210 or 13533766. OLE color: 13533766.

HSL color Cylindrical-coordinate representation of color #4682CE: hue angle of 213.53º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4682CE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 130 206 -
CMYK 0.66 0.37 0 0.19
HSL 213.53º 0.58% 0.54% -
HSV(B) 213.53º 0.66% 0.81% -
XYZ 21.65 21.72 61.44 -
YUV 120.72 176.12 91.82 -
System Red Green Blue C M Y K H S L
Decimal 70 130 206 0.66 0.37 0 0.19 213.53 0.58 0.54
Hex 46 82 CE 42 25 0 13 D6 3A 36
Octal 106 202 316 102 45 0 23 326 72 66
Binary 1000110 10000010 11001110 1000010 100101 0 10011 11010110 111010 110110

Color Harmonies of #4682CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4682CE

Black with #4682CE

Text Example


Text Example

White with #4682CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4682CE; }

 p { color: rgb(70,130,206); }

 H1.HeaderClassName
 {
   color: #4682CE;
 }
 .AnyTagClassName
 {
   color: #4682CE;
 }
</style>

background-color css

<style>
 a { background-color: #4682CE; }

 a { background-color: rgb(70,130,206); }

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

border-color css

<style>
 span { border-color: #4682CE; }

 span { border-color: rgb(70,130,206); }

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