Html Css Color HEX #4980CB Havelock Blue

📋 copy color: '#4980CB'

red 73 ◦ green 128 ◦ blue 203

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

Shades of Havelock Blue #4980CB

Tints of Havelock Blue #4980CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.68%

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 18.07%
G = 31.68%
B = 50.25%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4980CB (or 0x4980CB) is known color: Havelock Blue. HEX triplet: 49, 80 and CB. RGB value is (73,128,203). Sum of RGB (Red+Green+Blue) = 73+128+203=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #4980CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4980CB is #B67F34. Grayscale: #777777. Windows color (decimal): -11960117 or 13336649. OLE color: 13336649.

HSL color Cylindrical-coordinate representation of color #4980CB: hue angle of 214.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4980CB is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 128 203 -
CMYK 0.64 0.37 0 0.20
HSL 214.62º 0.56% 0.54% -
HSV(B) 214.62º 0.64% 0.8% -
XYZ 21.25 21.17 59.47 -
YUV 120.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 73 128 203 0.64 0.37 0 0.20 214.62 0.56 0.54
Hex 49 80 CB 40 25 0 14 D7 38 36
Octal 111 200 313 100 45 0 24 327 70 66
Binary 1001001 10000000 11001011 1000000 100101 0 10100 11010111 111000 110110

Color Harmonies of #4980CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4980CB

Black with #4980CB

Text Example


Text Example

White with #4980CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4980CB; }

 p { color: rgb(73,128,203); }

 H1.HeaderClassName
 {
   color: #4980CB;
 }
 .AnyTagClassName
 {
   color: #4980CB;
 }
</style>

background-color css

<style>
 a { background-color: #4980CB; }

 a { background-color: rgb(73,128,203); }

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

border-color css

<style>
 span { border-color: #4980CB; }

 span { border-color: rgb(73,128,203); }

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