Html Css Color HEX #498ADC Havelock Blue

📋 copy color: '#498ADC'

red 73 ◦ green 138 ◦ blue 220

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

Shades of Havelock Blue #498ADC

Tints of Havelock Blue #498ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.02%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 16.94%
G = 32.02%
B = 51.04%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#498ADC (or 0x498ADC) is known color: Havelock Blue. HEX triplet: 49, 8A and DC. RGB value is (73,138,220). Sum of RGB (Red+Green+Blue) = 73+138+220=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #498ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ADC is #B67523. Grayscale: #7F7F7F. Windows color (decimal): -11957540 or 14453321. OLE color: 14453321.

HSL color Cylindrical-coordinate representation of color #498ADC: hue angle of 213.47º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #498ADC is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 138 220 -
CMYK 0.67 0.37 0 0.14
HSL 213.47º 0.68% 0.57% -
HSV(B) 213.47º 0.67% 0.86% -
XYZ 24.75 24.76 71.18 -
YUV 127.91 179.97 88.83 -
System Red Green Blue C M Y K H S L
Decimal 73 138 220 0.67 0.37 0 0.14 213.47 0.68 0.57
Hex 49 8A DC 43 25 0 E D5 44 39
Octal 111 212 334 103 45 0 16 325 104 71
Binary 1001001 10001010 11011100 1000011 100101 0 1110 11010101 1000100 111001

Color Harmonies of #498ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498ADC

Black with #498ADC

Text Example


Text Example

White with #498ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498ADC; }

 p { color: rgb(73,138,220); }

 H1.HeaderClassName
 {
   color: #498ADC;
 }
 .AnyTagClassName
 {
   color: #498ADC;
 }
</style>

background-color css

<style>
 a { background-color: #498ADC; }

 a { background-color: rgb(73,138,220); }

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

border-color css

<style>
 span { border-color: #498ADC; }

 span { border-color: rgb(73,138,220); }

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