#485673

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

Shades of Chambray #485673

Tints of Chambray #485673

Color information

#485673 (or 0x485673) is unknown color: approx Chambray. HEX triplet: 48, 56 and 73. RGB value is (72,86,115). Sum of RGB (Red+Green+Blue) = 72+86+115=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #485673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485673 is #B7A98C. Grayscale: #545454. Windows color (decimal): -12036493 or 7558728. OLE color: 7558728.

HSL color Cylindrical-coordinate representation of color #485673: hue angle of 220.47º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #485673 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7286115-
CMYK0.370.2500.55
HSL220.47º22.99%36.67%-
HSV(B)220.47º37.39%45.1%-
XYZ9.099.2717.53-
YUV85.12144.86118.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=26.37%
G=31.50%
B=42.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72861150.370.2500.55220.4722.9936.67
Hex4856732519037dc1725
Octal11012616345310673342745
Binary1001000101011011100111001011100101101111101110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485673; }

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

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

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

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

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

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

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

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