Html Css Color HEX #4984CF Havelock Blue

📋 copy color: '#4984CF'

red 73 ◦ green 132 ◦ blue 207

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

Shades of Havelock Blue #4984CF

Tints of Havelock Blue #4984CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 17.72%
G = 32.04%
B = 50.24%

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

#4984CF (or 0x4984CF) is known color: Havelock Blue. HEX triplet: 49, 84 and CF. RGB value is (73,132,207). Sum of RGB (Red+Green+Blue) = 73+132+207=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #4984CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4984CF is #B67B30. Grayscale: #7A7A7A. Windows color (decimal): -11959089 or 13599817. OLE color: 13599817.

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

Color convert

RGB 73 132 207 -
CMYK 0.65 0.36 0 0.19
HSL 213.58º 0.58% 0.55% -
HSV(B) 213.58º 0.65% 0.81% -
XYZ 22.26 22.42 62.19 -
YUV 122.91 175.45 92.4 -
System Red Green Blue C M Y K H S L
Decimal 73 132 207 0.65 0.36 0 0.19 213.58 0.58 0.55
Hex 49 84 CF 41 24 0 13 D6 3A 37
Octal 111 204 317 101 44 0 23 326 72 67
Binary 1001001 10000100 11001111 1000001 100100 0 10011 11010110 111010 110111

Color Harmonies of #4984CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4984CF

Black with #4984CF

Text Example


Text Example

White with #4984CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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