Html Css Color HEX #498AC1 Steel Blue

📋 copy color: '#498AC1'

red 73 ◦ green 138 ◦ blue 193

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

Shades of Steel Blue #498AC1

Tints of Steel Blue #498AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.77%

R = 18.07%
G = 34.16%
B = 47.77%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#498AC1 (or 0x498AC1) is known color: Steel Blue. HEX triplet: 49, 8A and C1. RGB value is (73,138,193). Sum of RGB (Red+Green+Blue) = 73+138+193=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #498AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498AC1 is #B6753E. Grayscale: #7C7C7C. Windows color (decimal): -11957567 or 12683849. OLE color: 12683849.

HSL color Cylindrical-coordinate representation of color #498AC1: hue angle of 207.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #498AC1 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 138 193 -
CMYK 0.62 0.28 0 0.24
HSL 207.5º 0.49% 0.52% -
HSV(B) 207.5º 0.62% 0.76% -
XYZ 21.46 23.44 53.85 -
YUV 124.84 166.47 91.03 -
System Red Green Blue C M Y K H S L
Decimal 73 138 193 0.62 0.28 0 0.24 207.5 0.49 0.52
Hex 49 8A C1 3E 1C 0 18 D0 31 34
Octal 111 212 301 76 34 0 30 320 61 64
Binary 1001001 10001010 11000001 111110 11100 0 11000 11010000 110001 110100

Color Harmonies of #498AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498AC1

Black with #498AC1

Text Example


Text Example

White with #498AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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