Html Css Color HEX #498CC5 Havelock Blue

📋 copy color: '#498CC5'

red 73 ◦ green 140 ◦ blue 197

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

Shades of Havelock Blue #498CC5

Tints of Havelock Blue #498CC5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.15%

 BLUE value IS 197 (77.34% from 255) = 48.05%

R = 17.8%
G = 34.15%
B = 48.05%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#498CC5 (or 0x498CC5) is known color: Havelock Blue. HEX triplet: 49, 8C and C5. RGB value is (73,140,197). Sum of RGB (Red+Green+Blue) = 73+140+197=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #498CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CC5 is #B6733A. Grayscale: #7E7E7E. Windows color (decimal): -11957051 or 12946505. OLE color: 12946505.

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

Color convert

RGB 73 140 197 -
CMYK 0.63 0.29 0 0.23
HSL 207.58º 0.52% 0.53% -
HSV(B) 207.58º 0.63% 0.77% -
XYZ 22.2 24.2 56.32 -
YUV 126.47 167.8 89.87 -
System Red Green Blue C M Y K H S L
Decimal 73 140 197 0.63 0.29 0 0.23 207.58 0.52 0.53
Hex 49 8C C5 3F 1D 0 17 D0 34 35
Octal 111 214 305 77 35 0 27 320 64 65
Binary 1001001 10001100 11000101 111111 11101 0 10111 11010000 110100 110101

Color Harmonies of #498CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498CC5

Black with #498CC5

Text Example


Text Example

White with #498CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,140,197); }

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

background-color css

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

 a { background-color: rgb(73,140,197); }

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

border-color css

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

 span { border-color: rgb(73,140,197); }

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