Html Css Color HEX #4981CE Havelock Blue

📋 copy color: '#4981CE'

red 73 ◦ green 129 ◦ blue 206

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

Shades of Havelock Blue #4981CE

Tints of Havelock Blue #4981CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.62%

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

R = 17.89%
G = 31.62%
B = 50.49%

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

#4981CE (or 0x4981CE) is known color: Havelock Blue. HEX triplet: 49, 81 and CE. RGB value is (73,129,206). Sum of RGB (Red+Green+Blue) = 73+129+206=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #4981CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4981CE is #B67E31. Grayscale: #787878. Windows color (decimal): -11959858 or 13533513. OLE color: 13533513.

HSL color Cylindrical-coordinate representation of color #4981CE: hue angle of 214.74º 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 #4981CE is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 129 206 -
CMYK 0.65 0.37 0 0.19
HSL 214.74º 0.58% 0.55% -
HSV(B) 214.74º 0.65% 0.81% -
XYZ 21.74 21.57 61.41 -
YUV 121.03 175.95 93.74 -
System Red Green Blue C M Y K H S L
Decimal 73 129 206 0.65 0.37 0 0.19 214.74 0.58 0.55
Hex 49 81 CE 41 25 0 13 D7 3A 37
Octal 111 201 316 101 45 0 23 327 72 67
Binary 1001001 10000001 11001110 1000001 100101 0 10011 11010111 111010 110111

Color Harmonies of #4981CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4981CE

Black with #4981CE

Text Example


Text Example

White with #4981CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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