Html Css Color HEX #4984CE Havelock Blue

📋 copy color: '#4984CE'

red 73 ◦ green 132 ◦ blue 206

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

Shades of Havelock Blue #4984CE

Tints of Havelock Blue #4984CE

RGB

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

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

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

R = 17.76%
G = 32.12%
B = 50.12%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4984CE (or 0x4984CE) is known color: Havelock Blue. HEX triplet: 49, 84 and CE. RGB value is (73,132,206). Sum of RGB (Red+Green+Blue) = 73+132+206=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #4984CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4984CE is #B67B31. Grayscale: #7A7A7A. Windows color (decimal): -11959090 or 13534281. OLE color: 13534281.

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

Color convert

RGB 73 132 206 -
CMYK 0.65 0.36 0 0.19
HSL 213.38º 0.58% 0.55% -
HSV(B) 213.38º 0.65% 0.81% -
XYZ 22.14 22.38 61.54 -
YUV 122.8 174.95 92.48 -
System Red Green Blue C M Y K H S L
Decimal 73 132 206 0.65 0.36 0 0.19 213.38 0.58 0.55
Hex 49 84 CE 41 24 0 13 D5 3A 37
Octal 111 204 316 101 44 0 23 325 72 67
Binary 1001001 10000100 11001110 1000001 100100 0 10011 11010101 111010 110111

Color Harmonies of #4984CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4984CE

Black with #4984CE

Text Example


Text Example

White with #4984CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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