Html Css Color HEX #498FBA Steel Blue

📋 copy color: '#498FBA'

red 73 ◦ green 143 ◦ blue 186

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

Shades of Steel Blue #498FBA

Tints of Steel Blue #498FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

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

R = 18.16%
G = 35.57%
B = 46.27%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#498FBA (or 0x498FBA) is known color: Steel Blue. HEX triplet: 49, 8F and BA. RGB value is (73,143,186). Sum of RGB (Red+Green+Blue) = 73+143+186=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #498FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FBA is #B67045. Grayscale: #7E7E7E. Windows color (decimal): -11956294 or 12226377. OLE color: 12226377.

HSL color Cylindrical-coordinate representation of color #498FBA: hue angle of 202.83º 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 #498FBA is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 143 186 -
CMYK 0.61 0.23 0 0.27
HSL 202.83º 0.45% 0.51% -
HSV(B) 202.83º 0.61% 0.73% -
XYZ 21.43 24.61 50.07 -
YUV 126.97 161.31 89.5 -
System Red Green Blue C M Y K H S L
Decimal 73 143 186 0.61 0.23 0 0.27 202.83 0.45 0.51
Hex 49 8F BA 3D 17 0 1B CB 2D 33
Octal 111 217 272 75 27 0 33 313 55 63
Binary 1001001 10001111 10111010 111101 10111 0 11011 11001011 101101 110011

Color Harmonies of #498FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498FBA

Black with #498FBA

Text Example


Text Example

White with #498FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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