Html Css Color HEX #4982CE Havelock Blue

📋 copy color: '#4982CE'

red 73 ◦ green 130 ◦ blue 206

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

Shades of Havelock Blue #4982CE

Tints of Havelock Blue #4982CE

RGB

 RED value IS 73 (28.91% from 255) = 17.85%

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

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

R = 17.85%
G = 31.78%
B = 50.37%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4982CE (or 0x4982CE) is known color: Havelock Blue. HEX triplet: 49, 82 and CE. RGB value is (73,130,206). Sum of RGB (Red+Green+Blue) = 73+130+206=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #4982CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4982CE is #B67D31. Grayscale: #797979. Windows color (decimal): -11959602 or 13533769. OLE color: 13533769.

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

Color convert

RGB 73 130 206 -
CMYK 0.65 0.37 0 0.19
HSL 214.29º 0.58% 0.55% -
HSV(B) 214.29º 0.65% 0.81% -
XYZ 21.87 21.84 61.45 -
YUV 121.62 175.62 93.32 -
System Red Green Blue C M Y K H S L
Decimal 73 130 206 0.65 0.37 0 0.19 214.29 0.58 0.55
Hex 49 82 CE 41 25 0 13 D6 3A 37
Octal 111 202 316 101 45 0 23 326 72 67
Binary 1001001 10000010 11001110 1000001 100101 0 10011 11010110 111010 110111

Color Harmonies of #4982CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4982CE

Black with #4982CE

Text Example


Text Example

White with #4982CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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