Html Css Color HEX #498BBA Steel Blue

📋 copy color: '#498BBA'

red 73 ◦ green 139 ◦ blue 186

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

Shades of Steel Blue #498BBA

Tints of Steel Blue #498BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.92%

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

R = 18.34%
G = 34.92%
B = 46.73%

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

#498BBA (or 0x498BBA) is known color: Steel Blue. HEX triplet: 49, 8B and BA. RGB value is (73,139,186). Sum of RGB (Red+Green+Blue) = 73+139+186=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #498BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BBA is #B67445. Grayscale: #7C7C7C. Windows color (decimal): -11957318 or 12225353. OLE color: 12225353.

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

Color convert

RGB 73 139 186 -
CMYK 0.61 0.25 0 0.27
HSL 204.96º 0.45% 0.51% -
HSV(B) 204.96º 0.61% 0.73% -
XYZ 20.84 23.43 49.88 -
YUV 124.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 73 139 186 0.61 0.25 0 0.27 204.96 0.45 0.51
Hex 49 8B BA 3D 19 0 1B CD 2D 33
Octal 111 213 272 75 31 0 33 315 55 63
Binary 1001001 10001011 10111010 111101 11001 0 11011 11001101 101101 110011

Color Harmonies of #498BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498BBA

Black with #498BBA

Text Example


Text Example

White with #498BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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