Html Css Color HEX #487EA3 Steel Blue

📋 copy color: '#487EA3'

red 72 ◦ green 126 ◦ blue 163

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

Shades of Steel Blue #487EA3

Tints of Steel Blue #487EA3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

 BLUE value IS 163 (64.06% from 255) = 45.15%

R = 19.94%
G = 34.9%
B = 45.15%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#487EA3 (or 0x487EA3) is known color: Steel Blue. HEX triplet: 48, 7E and A3. RGB value is (72,126,163). Sum of RGB (Red+Green+Blue) = 72+126+163=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 163 - color contains mainly: blue. Hex color #487EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487EA3 is #B7815C. Grayscale: #717171. Windows color (decimal): -12026205 or 10714696. OLE color: 10714696.

HSL color Cylindrical-coordinate representation of color #487EA3: hue angle of 204.4º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #487EA3 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 126 163 -
CMYK 0.56 0.23 0 0.36
HSL 204.4º 0.39% 0.46% -
HSV(B) 204.4º 0.56% 0.64% -
XYZ 16.74 18.94 37.42 -
YUV 114.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 72 126 163 0.56 0.23 0 0.36 204.4 0.39 0.46
Hex 48 7E A3 38 17 0 24 CC 27 2E
Octal 110 176 243 70 27 0 44 314 47 56
Binary 1001000 1111110 10100011 111000 10111 0 100100 11001100 100111 101110

Color Harmonies of #487EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487EA3

Black with #487EA3

Text Example


Text Example

White with #487EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,126,163); }

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

background-color css

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

 a { background-color: rgb(72,126,163); }

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

border-color css

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

 span { border-color: rgb(72,126,163); }

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