#485E83

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

Shades of Chambray #485E83

Tints of Chambray #485E83

Color information

#485E83 (or 0x485E83) is unknown color: approx Chambray. HEX triplet: 48, 5E and 83. RGB value is (72,94,131). Sum of RGB (Red+Green+Blue) = 72+94+131=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #485E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485E83 is #B7A17C. Grayscale: #5B5B5B. Windows color (decimal): -12034429 or 8609352. OLE color: 8609352.

HSL color Cylindrical-coordinate representation of color #485E83: hue angle of 217.63º 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 #485E83 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7294131-
CMYK0.450.2800.49
HSL217.63º29.06%39.8%-
HSV(B)217.63º45.04%51.37%-
XYZ10.7711.0223.03-
YUV91.64150.21113.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 131 (51.56% from 255) = 44.11%
R=24.24%
G=31.65%
B=44.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72941310.450.2800.49217.6329.0639.8
Hex485E832D1C031da1d28
Octal11013620355340613323550
Binary10010001011110100000111011011110001100011101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485E83; }

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

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

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

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

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

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

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

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