#486083

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

Shades of Chambray #486083

Tints of Chambray #486083

Color information

#486083 (or 0x486083) is unknown color: approx Chambray. HEX triplet: 48, 60 and 83. RGB value is (72,96,131). Sum of RGB (Red+Green+Blue) = 72+96+131=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #486083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486083 is #B79F7C. Grayscale: #5C5C5C. Windows color (decimal): -12033917 or 8609864. OLE color: 8609864.

HSL color Cylindrical-coordinate representation of color #486083: hue angle of 215.59º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486083 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7296131-
CMYK0.450.2700.49
HSL215.59º29.06%39.8%-
HSV(B)215.59º45.04%51.37%-
XYZ10.9511.3823.09-
YUV92.81149.55113.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=24.08%
G=32.11%
B=43.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72961310.450.2700.49215.5929.0639.8
Hex4860832D1B031d81d28
Octal11014020355330613303550
Binary10010001100000100000111011011101101100011101100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486083; }

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

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

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

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

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

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

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

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