#48587F

Color #48587F Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #48587F

Tints of Chambray #48587F

Color information

#48587F (or 0x48587F) is unknown color: approx Chambray. HEX triplet: 48, 58 and 7F. RGB value is (72,88,127). Sum of RGB (Red+Green+Blue) = 72+88+127=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #48587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48587F is #B7A780. Grayscale: #575757. Windows color (decimal): -12035969 or 8345672. OLE color: 8345672.

HSL color Cylindrical-coordinate representation of color #48587F: hue angle of 222.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48587F is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7288127-
CMYK0.430.3100.50
HSL222.55º27.64%39.02%-
HSV(B)222.55º43.31%49.8%-
XYZ9.999.8921.46-
YUV87.66150.2116.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 127 (50% from 255) = 44.25%
R=25.09%
G=30.66%
B=44.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72881270.430.3100.50222.5527.6439.02
Hex48587F2B1F032df1c27
Octal11013017753370623373447
Binary1001000101100011111111010111111101100101101111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48587F; }

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

 H1.HeaderClassName
 {
   color: #48587F;
 }
 .AnyTagClassName
 {
   color: #48587F;
 }
</style>
background-color css

<style>
 a { background-color: #48587F; }

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

 div.DivClassName
 {
   background-color: #48587F;
 }
 .BgClassName
 {
   background-color: #48587F;
 }
</style>
border-color css

<style>
 span { border-color: #48587F; }

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

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