Html Css Color HEX #4982DA Havelock Blue

📋 copy color: '#4982DA'

red 73 ◦ green 130 ◦ blue 218

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

Shades of Havelock Blue #4982DA

Tints of Havelock Blue #4982DA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.88%

 BLUE value IS 218 (85.55% from 255) = 51.78%

R = 17.34%
G = 30.88%
B = 51.78%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4982DA (or 0x4982DA) is known color: Havelock Blue. HEX triplet: 49, 82 and DA. RGB value is (73,130,218). Sum of RGB (Red+Green+Blue) = 73+130+218=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #4982DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4982DA is #B67D25. Grayscale: #7A7A7A. Windows color (decimal): -11959590 or 14320201. OLE color: 14320201.

HSL color Cylindrical-coordinate representation of color #4982DA: hue angle of 216.41º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4982DA is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 130 218 -
CMYK 0.67 0.40 0 0.15
HSL 216.41º 0.66% 0.57% -
HSV(B) 216.41º 0.67% 0.85% -
XYZ 23.39 22.44 69.43 -
YUV 122.99 181.62 92.34 -
System Red Green Blue C M Y K H S L
Decimal 73 130 218 0.67 0.40 0 0.15 216.41 0.66 0.57
Hex 49 82 DA 43 28 0 F D8 42 39
Octal 111 202 332 103 50 0 17 330 102 71
Binary 1001001 10000010 11011010 1000011 101000 0 1111 11011000 1000010 111001

Color Harmonies of #4982DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4982DA

Black with #4982DA

Text Example


Text Example

White with #4982DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4982DA; }

 p { color: rgb(73,130,218); }

 H1.HeaderClassName
 {
   color: #4982DA;
 }
 .AnyTagClassName
 {
   color: #4982DA;
 }
</style>

background-color css

<style>
 a { background-color: #4982DA; }

 a { background-color: rgb(73,130,218); }

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

border-color css

<style>
 span { border-color: #4982DA; }

 span { border-color: rgb(73,130,218); }

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