Html Css Color HEX #488CB9 Steel Blue

📋 copy color: '#488CB9'

red 72 ◦ green 140 ◦ blue 185

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

Shades of Steel Blue #488CB9

Tints of Steel Blue #488CB9

RGB

 RED value IS 72 (28.52% from 255) = 18.14%

 GREEN value IS 140 (55.08% from 255) = 35.26%

 BLUE value IS 185 (72.66% from 255) = 46.6%

R = 18.14%
G = 35.26%
B = 46.6%

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

#488CB9 (or 0x488CB9) is known color: Steel Blue. HEX triplet: 48, 8C and B9. RGB value is (72,140,185). Sum of RGB (Red+Green+Blue) = 72+140+185=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #488CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CB9 is #B77346. Grayscale: #7C7C7C. Windows color (decimal): -12022599 or 12160072. OLE color: 12160072.

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

Color convert

RGB 72 140 185 -
CMYK 0.61 0.24 0 0.27
HSL 203.89º 0.45% 0.5% -
HSV(B) 203.89º 0.61% 0.73% -
XYZ 20.81 23.64 49.36 -
YUV 124.8 161.97 90.34 -
System Red Green Blue C M Y K H S L
Decimal 72 140 185 0.61 0.24 0 0.27 203.89 0.45 0.5
Hex 48 8C B9 3D 18 0 1B CC 2D 32
Octal 110 214 271 75 30 0 33 314 55 62
Binary 1001000 10001100 10111001 111101 11000 0 11011 11001100 101101 110010

Color Harmonies of #488CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CB9

Black with #488CB9

Text Example


Text Example

White with #488CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488CB9; }

 p { color: rgb(72,140,185); }

 H1.HeaderClassName
 {
   color: #488CB9;
 }
 .AnyTagClassName
 {
   color: #488CB9;
 }
</style>

background-color css

<style>
 a { background-color: #488CB9; }

 a { background-color: rgb(72,140,185); }

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

border-color css

<style>
 span { border-color: #488CB9; }

 span { border-color: rgb(72,140,185); }

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