Html Css Color HEX #498ABF Steel Blue

📋 copy color: '#498ABF'

red 73 ◦ green 138 ◦ blue 191

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

Shades of Steel Blue #498ABF

Tints of Steel Blue #498ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

 BLUE value IS 191 (75% from 255) = 47.51%

R = 18.16%
G = 34.33%
B = 47.51%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#498ABF (or 0x498ABF) is known color: Steel Blue. HEX triplet: 49, 8A and BF. RGB value is (73,138,191). Sum of RGB (Red+Green+Blue) = 73+138+191=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #498ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ABF is #B67540. Grayscale: #7C7C7C. Windows color (decimal): -11957569 or 12552777. OLE color: 12552777.

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

Color convert

RGB 73 138 191 -
CMYK 0.62 0.28 0 0.25
HSL 206.95º 0.48% 0.52% -
HSV(B) 206.95º 0.62% 0.75% -
XYZ 21.24 23.36 52.68 -
YUV 124.61 165.47 91.19 -
System Red Green Blue C M Y K H S L
Decimal 73 138 191 0.62 0.28 0 0.25 206.95 0.48 0.52
Hex 49 8A BF 3E 1C 0 19 CF 30 34
Octal 111 212 277 76 34 0 31 317 60 64
Binary 1001001 10001010 10111111 111110 11100 0 11001 11001111 110000 110100

Color Harmonies of #498ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498ABF

Black with #498ABF

Text Example


Text Example

White with #498ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,138,191); }

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

background-color css

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

 a { background-color: rgb(73,138,191); }

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

border-color css

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

 span { border-color: rgb(73,138,191); }

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