Html Css Color HEX #487FB0 Steel Blue

📋 copy color: '#487FB0'

red 72 ◦ green 127 ◦ blue 176

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

Shades of Steel Blue #487FB0

Tints of Steel Blue #487FB0

RGB

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

 GREEN value IS 127 (50% from 255) = 33.87%

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

R = 19.2%
G = 33.87%
B = 46.93%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#487FB0 (or 0x487FB0) is known color: Steel Blue. HEX triplet: 48, 7F and B0. RGB value is (72,127,176). Sum of RGB (Red+Green+Blue) = 72+127+176=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 176 - color contains mainly: blue. Hex color #487FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487FB0 is #B7804F. Grayscale: #737373. Windows color (decimal): -12025936 or 11566920. OLE color: 11566920.

HSL color Cylindrical-coordinate representation of color #487FB0: hue angle of 208.27º 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 #487FB0 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 127 176 -
CMYK 0.59 0.28 0 0.31
HSL 208.27º 0.42% 0.49% -
HSV(B) 208.27º 0.59% 0.69% -
XYZ 18.1 19.69 43.92 -
YUV 116.14 161.78 96.52 -
System Red Green Blue C M Y K H S L
Decimal 72 127 176 0.59 0.28 0 0.31 208.27 0.42 0.49
Hex 48 7F B0 3B 1C 0 1F D0 2A 31
Octal 110 177 260 73 34 0 37 320 52 61
Binary 1001000 1111111 10110000 111011 11100 0 11111 11010000 101010 110001

Color Harmonies of #487FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FB0

Black with #487FB0

Text Example


Text Example

White with #487FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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