#48617C

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

Shades of Chambray #48617C

Tints of Chambray #48617C

Color information

#48617C (or 0x48617C) is unknown color: approx Chambray. HEX triplet: 48, 61 and 7C. RGB value is (72,97,124). Sum of RGB (Red+Green+Blue) = 72+97+124=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #48617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48617C is #B79E83. Grayscale: #5C5C5C. Windows color (decimal): -12033668 or 8151368. OLE color: 8151368.

HSL color Cylindrical-coordinate representation of color #48617C: hue angle of 211.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48617C is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7297124-
CMYK0.420.2200.51
HSL211.15º26.53%38.43%-
HSV(B)211.15º41.94%48.63%-
XYZ10.5911.3820.71-
YUV92.6145.72113.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=24.57%
G=33.11%
B=42.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72971240.420.2200.51211.1526.5338.43
Hex48617C2A16033d31b26
Octal11014117452260633233346
Binary1001000110000111111001010101011001100111101001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48617C; }

 p { color: rgb(72,97,124); }

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

<style>
 a { background-color: #48617C; }

 a { background-color: rgb(72,97,124); }

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

<style>
 span { border-color: #48617C; }

 span { border-color: rgb(72,97,124); }

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