Html Css Color HEX #498CBA Steel Blue

📋 copy color: '#498CBA'

red 73 ◦ green 140 ◦ blue 186

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

Shades of Steel Blue #498CBA

Tints of Steel Blue #498CBA

RGB

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

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

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

R = 18.3%
G = 35.09%
B = 46.62%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#498CBA (or 0x498CBA) is known color: Steel Blue. HEX triplet: 49, 8C and BA. RGB value is (73,140,186). Sum of RGB (Red+Green+Blue) = 73+140+186=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #498CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CBA is #B67345. Grayscale: #7C7C7C. Windows color (decimal): -11957062 or 12225609. OLE color: 12225609.

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

Color convert

RGB 73 140 186 -
CMYK 0.61 0.25 0 0.27
HSL 204.42º 0.45% 0.51% -
HSV(B) 204.42º 0.61% 0.73% -
XYZ 20.99 23.72 49.93 -
YUV 125.21 162.3 90.76 -
System Red Green Blue C M Y K H S L
Decimal 73 140 186 0.61 0.25 0 0.27 204.42 0.45 0.51
Hex 49 8C BA 3D 19 0 1B CC 2D 33
Octal 111 214 272 75 31 0 33 314 55 63
Binary 1001001 10001100 10111010 111101 11001 0 11011 11001100 101101 110011

Color Harmonies of #498CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498CBA

Black with #498CBA

Text Example


Text Example

White with #498CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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