Html Css Color HEX #487CB5 Steel Blue

📋 copy color: '#487CB5'

red 72 ◦ green 124 ◦ blue 181

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

Shades of Steel Blue #487CB5

Tints of Steel Blue #487CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.01%

R = 19.1%
G = 32.89%
B = 48.01%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#487CB5 (or 0x487CB5) is known color: Steel Blue. HEX triplet: 48, 7C and B5. RGB value is (72,124,181). Sum of RGB (Red+Green+Blue) = 72+124+181=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 181 - color contains mainly: blue. Hex color #487CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CB5 is #B7834A. Grayscale: #727272. Windows color (decimal): -12026699 or 11893832. OLE color: 11893832.

HSL color Cylindrical-coordinate representation of color #487CB5: hue angle of 211.38º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #487CB5 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 124 181 -
CMYK 0.60 0.31 0 0.29
HSL 211.38º 0.43% 0.5% -
HSV(B) 211.38º 0.6% 0.71% -
XYZ 18.22 19.13 46.45 -
YUV 114.95 165.27 97.37 -
System Red Green Blue C M Y K H S L
Decimal 72 124 181 0.60 0.31 0 0.29 211.38 0.43 0.5
Hex 48 7C B5 3C 1F 0 1D D3 2B 32
Octal 110 174 265 74 37 0 35 323 53 62
Binary 1001000 1111100 10110101 111100 11111 0 11101 11010011 101011 110010

Color Harmonies of #487CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CB5

Black with #487CB5

Text Example


Text Example

White with #487CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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