Html Css Color HEX #498ABC Steel Blue

📋 copy color: '#498ABC'

red 73 ◦ green 138 ◦ blue 188

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

Shades of Steel Blue #498ABC

Tints of Steel Blue #498ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 18.3%
G = 34.59%
B = 47.12%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#498ABC (or 0x498ABC) is known color: Steel Blue. HEX triplet: 49, 8A and BC. RGB value is (73,138,188). Sum of RGB (Red+Green+Blue) = 73+138+188=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #498ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ABC is #B67543. Grayscale: #7C7C7C. Windows color (decimal): -11957572 or 12356169. OLE color: 12356169.

HSL color Cylindrical-coordinate representation of color #498ABC: hue angle of 206.09º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #498ABC is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 138 188 -
CMYK 0.61 0.27 0 0.26
HSL 206.09º 0.46% 0.51% -
HSV(B) 206.09º 0.61% 0.74% -
XYZ 20.91 23.22 50.96 -
YUV 124.27 163.97 91.43 -
System Red Green Blue C M Y K H S L
Decimal 73 138 188 0.61 0.27 0 0.26 206.09 0.46 0.51
Hex 49 8A BC 3D 1B 0 1A CE 2E 33
Octal 111 212 274 75 33 0 32 316 56 63
Binary 1001001 10001010 10111100 111101 11011 0 11010 11001110 101110 110011

Color Harmonies of #498ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498ABC

Black with #498ABC

Text Example


Text Example

White with #498ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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