Html Css Color HEX #487CB0 Steel Blue

📋 copy color: '#487CB0'

red 72 ◦ green 124 ◦ blue 176

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

Shades of Steel Blue #487CB0

Tints of Steel Blue #487CB0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.33%

 BLUE value IS 176 (69.14% from 255) = 47.31%

R = 19.35%
G = 33.33%
B = 47.31%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#487CB0 (or 0x487CB0) is known color: Steel Blue. HEX triplet: 48, 7C and B0. RGB value is (72,124,176). Sum of RGB (Red+Green+Blue) = 72+124+176=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 176 - color contains mainly: blue. Hex color #487CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487CB0 is #B7834F. Grayscale: #727272. Windows color (decimal): -12026704 or 11566152. OLE color: 11566152.

HSL color Cylindrical-coordinate representation of color #487CB0: hue angle of 210º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #487CB0 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 124 176 -
CMYK 0.59 0.30 0 0.31
HSL 210º 0.42% 0.49% -
HSV(B) 210º 0.59% 0.69% -
XYZ 17.72 18.93 43.79 -
YUV 114.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 72 124 176 0.59 0.30 0 0.31 210 0.42 0.49
Hex 48 7C B0 3B 1E 0 1F D2 2A 31
Octal 110 174 260 73 36 0 37 322 52 61
Binary 1001000 1111100 10110000 111011 11110 0 11111 11010010 101010 110001

Color Harmonies of #487CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CB0

Black with #487CB0

Text Example


Text Example

White with #487CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487CB0; }

 p { color: rgb(72,124,176); }

 H1.HeaderClassName
 {
   color: #487CB0;
 }
 .AnyTagClassName
 {
   color: #487CB0;
 }
</style>

background-color css

<style>
 a { background-color: #487CB0; }

 a { background-color: rgb(72,124,176); }

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

border-color css

<style>
 span { border-color: #487CB0; }

 span { border-color: rgb(72,124,176); }

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