Html Css Color HEX #498CB7 Steel Blue

📋 copy color: '#498CB7'

red 73 ◦ green 140 ◦ blue 183

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

Shades of Steel Blue #498CB7

Tints of Steel Blue #498CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.21%

R = 18.43%
G = 35.35%
B = 46.21%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#498CB7 (or 0x498CB7) is known color: Steel Blue. HEX triplet: 49, 8C and B7. RGB value is (73,140,183). Sum of RGB (Red+Green+Blue) = 73+140+183=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #498CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CB7 is #B67348. Grayscale: #7C7C7C. Windows color (decimal): -11957065 or 12029001. OLE color: 12029001.

HSL color Cylindrical-coordinate representation of color #498CB7: hue angle of 203.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #498CB7 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 140 183 -
CMYK 0.60 0.23 0 0.28
HSL 203.45º 0.43% 0.5% -
HSV(B) 203.45º 0.6% 0.72% -
XYZ 20.67 23.59 48.26 -
YUV 124.87 160.8 91 -
System Red Green Blue C M Y K H S L
Decimal 73 140 183 0.60 0.23 0 0.28 203.45 0.43 0.5
Hex 49 8C B7 3C 17 0 1C CB 2B 32
Octal 111 214 267 74 27 0 34 313 53 62
Binary 1001001 10001100 10110111 111100 10111 0 11100 11001011 101011 110010

Color Harmonies of #498CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498CB7

Black with #498CB7

Text Example


Text Example

White with #498CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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