Html Css Color HEX #487CB2 Steel Blue

📋 copy color: '#487CB2'

red 72 ◦ green 124 ◦ blue 178

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

Shades of Steel Blue #487CB2

Tints of Steel Blue #487CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.59%

R = 19.25%
G = 33.16%
B = 47.59%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#487CB2 (or 0x487CB2) is known color: Steel Blue. HEX triplet: 48, 7C and B2. RGB value is (72,124,178). Sum of RGB (Red+Green+Blue) = 72+124+178=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 178 - color contains mainly: blue. Hex color #487CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487CB2 is #B7834D. Grayscale: #727272. Windows color (decimal): -12026702 or 11697224. OLE color: 11697224.

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

Color convert

RGB 72 124 178 -
CMYK 0.60 0.30 0 0.30
HSL 210.57º 0.42% 0.49% -
HSV(B) 210.57º 0.6% 0.7% -
XYZ 17.92 19.01 44.84 -
YUV 114.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 72 124 178 0.60 0.30 0 0.30 210.57 0.42 0.49
Hex 48 7C B2 3C 1E 0 1E D3 2A 31
Octal 110 174 262 74 36 0 36 323 52 61
Binary 1001000 1111100 10110010 111100 11110 0 11110 11010011 101010 110001

Color Harmonies of #487CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487CB2

Black with #487CB2

Text Example


Text Example

White with #487CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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