Html Css Color HEX #498EBA Steel Blue

📋 copy color: '#498EBA'

red 73 ◦ green 142 ◦ blue 186

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

Shades of Steel Blue #498EBA

Tints of Steel Blue #498EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.41%

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 18.2%
G = 35.41%
B = 46.38%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#498EBA (or 0x498EBA) is known color: Steel Blue. HEX triplet: 49, 8E and BA. RGB value is (73,142,186). Sum of RGB (Red+Green+Blue) = 73+142+186=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #498EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498EBA is #B67145. Grayscale: #7E7E7E. Windows color (decimal): -11956550 or 12226121. OLE color: 12226121.

HSL color Cylindrical-coordinate representation of color #498EBA: hue angle of 203.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #498EBA is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 142 186 -
CMYK 0.61 0.24 0 0.27
HSL 203.36º 0.45% 0.51% -
HSV(B) 203.36º 0.61% 0.73% -
XYZ 21.28 24.31 50.02 -
YUV 126.39 161.64 89.92 -
System Red Green Blue C M Y K H S L
Decimal 73 142 186 0.61 0.24 0 0.27 203.36 0.45 0.51
Hex 49 8E BA 3D 18 0 1B CB 2D 33
Octal 111 216 272 75 30 0 33 313 55 63
Binary 1001001 10001110 10111010 111101 11000 0 11011 11001011 101101 110011

Color Harmonies of #498EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498EBA

Black with #498EBA

Text Example


Text Example

White with #498EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,142,186); }

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

background-color css

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

 a { background-color: rgb(73,142,186); }

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

border-color css

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

 span { border-color: rgb(73,142,186); }

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