#48547F

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

Shades of Chambray #48547F

Tints of Chambray #48547F

Color information

#48547F (or 0x48547F) is unknown color: approx Chambray. HEX triplet: 48, 54 and 7F. RGB value is (72,84,127). Sum of RGB (Red+Green+Blue) = 72+84+127=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #48547F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48547F is #B7AB80. Grayscale: #555555. Windows color (decimal): -12036993 or 8344648. OLE color: 8344648.

HSL color Cylindrical-coordinate representation of color #48547F: hue angle of 226.91º 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 #48547F is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7284127-
CMYK0.430.3400.50
HSL226.91º27.64%39.02%-
HSV(B)226.91º43.31%49.8%-
XYZ9.679.2521.35-
YUV85.31151.52118.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 127 (50% from 255) = 44.88%
R=25.44%
G=29.68%
B=44.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72841270.430.3400.50226.9127.6439.02
Hex48547F2B22032e31c27
Octal11012417753420623433447
Binary10010001010100111111110101110001001100101110001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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