Html Css Color HEX #4980CC Havelock Blue

📋 copy color: '#4980CC'

red 73 ◦ green 128 ◦ blue 204

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

Shades of Havelock Blue #4980CC

Tints of Havelock Blue #4980CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 18.02%
G = 31.6%
B = 50.37%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4980CC (or 0x4980CC) is known color: Havelock Blue. HEX triplet: 49, 80 and CC. RGB value is (73,128,204). Sum of RGB (Red+Green+Blue) = 73+128+204=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #4980CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4980CC is #B67F33. Grayscale: #777777. Windows color (decimal): -11960116 or 13402185. OLE color: 13402185.

HSL color Cylindrical-coordinate representation of color #4980CC: hue angle of 214.81º 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 #4980CC is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 128 204 -
CMYK 0.64 0.37 0 0.2
HSL 214.81º 0.56% 0.54% -
HSV(B) 214.81º 0.64% 0.8% -
XYZ 21.37 21.21 60.1 -
YUV 120.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 73 128 204 0.64 0.37 0 0.2 214.81 0.56 0.54
Hex 49 80 CC 40 25 0 14 D7 38 36
Octal 111 200 314 100 45 0 24 327 70 66
Binary 1001001 10000000 11001100 1000000 100101 0 10100 11010111 111000 110110

Color Harmonies of #4980CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4980CC

Black with #4980CC

Text Example


Text Example

White with #4980CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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