#485873

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

Shades of Chambray #485873

Tints of Chambray #485873

Color information

#485873 (or 0x485873) is unknown color: approx Chambray. HEX triplet: 48, 58 and 73. RGB value is (72,88,115). Sum of RGB (Red+Green+Blue) = 72+88+115=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #485873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485873 is #B7A78C. Grayscale: #565656. Windows color (decimal): -12035981 or 7559240. OLE color: 7559240.

HSL color Cylindrical-coordinate representation of color #485873: hue angle of 217.67º 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 #485873 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7288115-
CMYK0.370.2300.55
HSL217.67º22.99%36.67%-
HSV(B)217.67º37.39%45.1%-
XYZ9.269.5917.58-
YUV86.29144.2117.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=26.18%
G=32%
B=41.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72881150.370.2300.55217.6722.9936.67
Hex4858732517037da1725
Octal11013016345270673322745
Binary1001000101100011100111001011011101101111101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485873; }

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

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

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

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

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

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

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

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