#486073

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

Shades of Chambray #486073

Tints of Chambray #486073

Color information

#486073 (or 0x486073) is unknown color: approx Chambray. HEX triplet: 48, 60 and 73. RGB value is (72,96,115). Sum of RGB (Red+Green+Blue) = 72+96+115=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #486073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486073 is #B79F8C. Grayscale: #5A5A5A. Windows color (decimal): -12033933 or 7561288. OLE color: 7561288.

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

Color convert

RGB7296115-
CMYK0.370.1700.55
HSL206.51º22.99%36.67%-
HSV(B)206.51º37.39%45.1%-
XYZ9.9510.9817.81-
YUV90.99141.55114.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=25.44%
G=33.92%
B=40.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72961150.370.1700.55206.5122.9936.67
Hex4860732511037cf1725
Octal11014016345210673172745
Binary1001000110000011100111001011000101101111100111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486073; }

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

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

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

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

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

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

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

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