#48567A

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

Shades of Chambray #48567A

Tints of Chambray #48567A

Color information

#48567A (or 0x48567A) is unknown color: approx Chambray. HEX triplet: 48, 56 and 7A. RGB value is (72,86,122). Sum of RGB (Red+Green+Blue) = 72+86+122=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #48567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48567A is #B7A985. Grayscale: #555555. Windows color (decimal): -12036486 or 8017480. OLE color: 8017480.

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

Color convert

RGB7286122-
CMYK0.410.3000.52
HSL223.2º25.77%38.04%-
HSV(B)223.2º40.98%47.84%-
XYZ9.519.4419.73-
YUV85.92148.36118.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 122 (48.05% from 255) = 43.57%
R=25.71%
G=30.71%
B=43.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72861220.410.3000.52223.225.7738.04
Hex48567A291E034df1a26
Octal11012617251360643373246
Binary1001000101011011110101010011111001101001101111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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