Html Css Color HEX #498EBB Steel Blue

📋 copy color: '#498EBB'

red 73 ◦ green 142 ◦ blue 187

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

Shades of Steel Blue #498EBB

Tints of Steel Blue #498EBB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.32%

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 18.16%
G = 35.32%
B = 46.52%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#498EBB (or 0x498EBB) is known color: Steel Blue. HEX triplet: 49, 8E and BB. RGB value is (73,142,187). Sum of RGB (Red+Green+Blue) = 73+142+187=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #498EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498EBB is #B67144. Grayscale: #7E7E7E. Windows color (decimal): -11956549 or 12291657. OLE color: 12291657.

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

Color convert

RGB 73 142 187 -
CMYK 0.61 0.24 0 0.27
HSL 203.68º 0.46% 0.51% -
HSV(B) 203.68º 0.61% 0.73% -
XYZ 21.39 24.35 50.59 -
YUV 126.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 73 142 187 0.61 0.24 0 0.27 203.68 0.46 0.51
Hex 49 8E BB 3D 18 0 1B CC 2E 33
Octal 111 216 273 75 30 0 33 314 56 63
Binary 1001001 10001110 10111011 111101 11000 0 11011 11001100 101110 110011

Color Harmonies of #498EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498EBB

Black with #498EBB

Text Example


Text Example

White with #498EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,142,187); }

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

background-color css

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

 a { background-color: rgb(73,142,187); }

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

border-color css

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

 span { border-color: rgb(73,142,187); }

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