#48617A

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

Shades of Chambray #48617A

Tints of Chambray #48617A

Color information

#48617A (or 0x48617A) is unknown color: approx Chambray. HEX triplet: 48, 61 and 7A. RGB value is (72,97,122). Sum of RGB (Red+Green+Blue) = 72+97+122=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #48617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48617A is #B79E85. Grayscale: #5C5C5C. Windows color (decimal): -12033670 or 8020296. OLE color: 8020296.

HSL color Cylindrical-coordinate representation of color #48617A: hue angle of 210º 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 #48617A is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7297122-
CMYK0.410.2000.52
HSL210º25.77%38.04%-
HSV(B)210º40.98%47.84%-
XYZ10.4611.3320.05-
YUV92.38144.72113.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=24.74%
G=33.33%
B=41.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72971220.410.2000.5221025.7738.04
Hex48617A2914034d21a26
Octal11014117251240643223246
Binary1001000110000111110101010011010001101001101001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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