Html Css Color HEX #498BBE Steel Blue

📋 copy color: '#498BBE'

red 73 ◦ green 139 ◦ blue 190

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

Shades of Steel Blue #498BBE

Tints of Steel Blue #498BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 18.16%
G = 34.58%
B = 47.26%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#498BBE (or 0x498BBE) is known color: Steel Blue. HEX triplet: 49, 8B and BE. RGB value is (73,139,190). Sum of RGB (Red+Green+Blue) = 73+139+190=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #498BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BBE is #B67441. Grayscale: #7C7C7C. Windows color (decimal): -11957314 or 12487497. OLE color: 12487497.

HSL color Cylindrical-coordinate representation of color #498BBE: hue angle of 206.15º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #498BBE is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 139 190 -
CMYK 0.62 0.27 0 0.25
HSL 206.15º 0.47% 0.52% -
HSV(B) 206.15º 0.62% 0.75% -
XYZ 21.27 23.6 52.15 -
YUV 125.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 73 139 190 0.62 0.27 0 0.25 206.15 0.47 0.52
Hex 49 8B BE 3E 1B 0 19 CE 2F 34
Octal 111 213 276 76 33 0 31 316 57 64
Binary 1001001 10001011 10111110 111110 11011 0 11001 11001110 101111 110100

Color Harmonies of #498BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498BBE

Black with #498BBE

Text Example


Text Example

White with #498BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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