#48587A

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

Shades of Chambray #48587A

Tints of Chambray #48587A

Color information

#48587A (or 0x48587A) is unknown color: approx Chambray. HEX triplet: 48, 58 and 7A. RGB value is (72,88,122). Sum of RGB (Red+Green+Blue) = 72+88+122=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #48587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48587A is #B7A785. Grayscale: #565656. Windows color (decimal): -12035974 or 8017992. OLE color: 8017992.

HSL color Cylindrical-coordinate representation of color #48587A: hue angle of 220.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48587A is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7288122-
CMYK0.410.2800.52
HSL220.8º25.77%38.04%-
HSV(B)220.8º40.98%47.84%-
XYZ9.689.7619.79-
YUV87.09147.7117.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=25.53%
G=31.21%
B=43.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72881220.410.2800.52220.825.7738.04
Hex48587A291C034dd1a26
Octal11013017251340643353246
Binary1001000101100011110101010011110001101001101110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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