#48607A

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

Shades of Chambray #48607A

Tints of Chambray #48607A

Color information

#48607A (or 0x48607A) is unknown color: approx Chambray. HEX triplet: 48, 60 and 7A. RGB value is (72,96,122). Sum of RGB (Red+Green+Blue) = 72+96+122=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #48607A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48607A is #B79F85. Grayscale: #5B5B5B. Windows color (decimal): -12033926 or 8020040. OLE color: 8020040.

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

Color convert

RGB7296122-
CMYK0.410.2100.52
HSL211.2º25.77%38.04%-
HSV(B)211.2º40.98%47.84%-
XYZ10.3711.1520.02-
YUV91.79145.05113.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 122 (48.05% from 255) = 42.07%
R=24.83%
G=33.10%
B=42.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72961220.410.2100.52211.225.7738.04
Hex48607A2915034d31a26
Octal11014017251250643233246
Binary1001000110000011110101010011010101101001101001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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