#485E81

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

Shades of Chambray #485E81

Tints of Chambray #485E81

Color information

#485E81 (or 0x485E81) is unknown color: approx Chambray. HEX triplet: 48, 5E and 81. RGB value is (72,94,129). Sum of RGB (Red+Green+Blue) = 72+94+129=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #485E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485E81 is #B7A17E. Grayscale: #5B5B5B. Windows color (decimal): -12034431 or 8478280. OLE color: 8478280.

HSL color Cylindrical-coordinate representation of color #485E81: hue angle of 216.84º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #485E81 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7294129-
CMYK0.440.2700.49
HSL216.84º28.36%39.41%-
HSV(B)216.84º44.19%50.59%-
XYZ10.6410.9722.33-
YUV91.41149.21114.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 129 (50.78% from 255) = 43.73%
R=24.41%
G=31.86%
B=43.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72941290.440.2700.49216.8428.3639.41
Hex485E812C1B031d91c27
Octal11013620154330613313447
Binary10010001011110100000011011001101101100011101100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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