Html Css Color HEX #4983CF Havelock Blue

📋 copy color: '#4983CF'

red 73 ◦ green 131 ◦ blue 207

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

Shades of Havelock Blue #4983CF

Tints of Havelock Blue #4983CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.87%

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

R = 17.76%
G = 31.87%
B = 50.36%

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

#4983CF (or 0x4983CF) is known color: Havelock Blue. HEX triplet: 49, 83 and CF. RGB value is (73,131,207). Sum of RGB (Red+Green+Blue) = 73+131+207=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #4983CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4983CF is #B67C30. Grayscale: #797979. Windows color (decimal): -11959345 or 13599561. OLE color: 13599561.

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

Color convert

RGB 73 131 207 -
CMYK 0.65 0.37 0 0.19
HSL 214.03º 0.58% 0.55% -
HSV(B) 214.03º 0.65% 0.81% -
XYZ 22.13 22.15 62.14 -
YUV 122.32 175.78 92.82 -
System Red Green Blue C M Y K H S L
Decimal 73 131 207 0.65 0.37 0 0.19 214.03 0.58 0.55
Hex 49 83 CF 41 25 0 13 D6 3A 37
Octal 111 203 317 101 45 0 23 326 72 67
Binary 1001001 10000011 11001111 1000001 100101 0 10011 11010110 111010 110111

Color Harmonies of #4983CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4983CF

Black with #4983CF

Text Example


Text Example

White with #4983CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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