Html Css Color HEX #498DC7 Havelock Blue

📋 copy color: '#498DC7'

red 73 ◦ green 141 ◦ blue 199

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

Shades of Havelock Blue #498DC7

Tints of Havelock Blue #498DC7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 199 (78.13% from 255) = 48.18%

R = 17.68%
G = 34.14%
B = 48.18%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#498DC7 (or 0x498DC7) is known color: Havelock Blue. HEX triplet: 49, 8D and C7. RGB value is (73,141,199). Sum of RGB (Red+Green+Blue) = 73+141+199=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #498DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DC7 is #B67238. Grayscale: #7E7E7E. Windows color (decimal): -11956793 or 13077833. OLE color: 13077833.

HSL color Cylindrical-coordinate representation of color #498DC7: hue angle of 207.62º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498DC7 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 141 199 -
CMYK 0.63 0.29 0 0.22
HSL 207.62º 0.53% 0.53% -
HSV(B) 207.62º 0.63% 0.78% -
XYZ 22.58 24.59 57.59 -
YUV 127.28 168.47 89.28 -
System Red Green Blue C M Y K H S L
Decimal 73 141 199 0.63 0.29 0 0.22 207.62 0.53 0.53
Hex 49 8D C7 3F 1D 0 16 D0 35 35
Octal 111 215 307 77 35 0 26 320 65 65
Binary 1001001 10001101 11000111 111111 11101 0 10110 11010000 110101 110101

Color Harmonies of #498DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498DC7

Black with #498DC7

Text Example


Text Example

White with #498DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,141,199); }

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

background-color css

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

 a { background-color: rgb(73,141,199); }

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

border-color css

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

 span { border-color: rgb(73,141,199); }

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