#48547E

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

Shades of Chambray #48547E

Tints of Chambray #48547E

Color information

#48547E (or 0x48547E) is unknown color: approx Chambray. HEX triplet: 48, 54 and 7E. RGB value is (72,84,126). Sum of RGB (Red+Green+Blue) = 72+84+126=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #48547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48547E is #B7AB81. Grayscale: #555555. Windows color (decimal): -12036994 or 8279112. OLE color: 8279112.

HSL color Cylindrical-coordinate representation of color #48547E: hue angle of 226.67º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48547E is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7284126-
CMYK0.430.3300.51
HSL226.67º27.27%38.82%-
HSV(B)226.67º42.86%49.41%-
XYZ9.619.2221.01-
YUV85.2151.02118.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 126 (49.61% from 255) = 44.68%
R=25.53%
G=29.79%
B=44.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72841260.430.3300.51226.6727.2738.82
Hex48547E2B21033e31b27
Octal11012417653410633433347
Binary10010001010100111111010101110000101100111110001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48547E; }

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

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

<style>
 a { background-color: #48547E; }

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

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

<style>
 span { border-color: #48547E; }

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

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