Html Css Color HEX #498DBE Steel Blue

📋 copy color: '#498DBE'

red 73 ◦ green 141 ◦ blue 190

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

Shades of Steel Blue #498DBE

Tints of Steel Blue #498DBE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

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

R = 18.07%
G = 34.9%
B = 47.03%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#498DBE (or 0x498DBE) is known color: Steel Blue. HEX triplet: 49, 8D and BE. RGB value is (73,141,190). Sum of RGB (Red+Green+Blue) = 73+141+190=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #498DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DBE is #B67241. Grayscale: #7D7D7D. Windows color (decimal): -11956802 or 12488009. OLE color: 12488009.

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

Color convert

RGB 73 141 190 -
CMYK 0.62 0.26 0 0.25
HSL 205.13º 0.47% 0.52% -
HSV(B) 205.13º 0.62% 0.75% -
XYZ 21.57 24.18 52.25 -
YUV 126.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 73 141 190 0.62 0.26 0 0.25 205.13 0.47 0.52
Hex 49 8D BE 3E 1A 0 19 CD 2F 34
Octal 111 215 276 76 32 0 31 315 57 64
Binary 1001001 10001101 10111110 111110 11010 0 11001 11001101 101111 110100

Color Harmonies of #498DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498DBE

Black with #498DBE

Text Example


Text Example

White with #498DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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