#485581

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

Shades of Chambray #485581

Tints of Chambray #485581

Color information

#485581 (or 0x485581) is unknown color: approx Chambray. HEX triplet: 48, 55 and 81. RGB value is (72,85,129). Sum of RGB (Red+Green+Blue) = 72+85+129=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #485581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485581 is #B7AA7E. Grayscale: #555555. Windows color (decimal): -12036735 or 8475976. OLE color: 8475976.

HSL color Cylindrical-coordinate representation of color #485581: hue angle of 226.32º 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 #485581 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7285129-
CMYK0.440.3400.49
HSL226.32º28.36%39.41%-
HSV(B)226.32º44.19%50.59%-
XYZ9.889.4622.07-
YUV86.13152.19117.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=25.17%
G=29.72%
B=45.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72851290.440.3400.49226.3228.3639.41
Hex4855812C22031e21c27
Octal11012520154420613423447
Binary100100010101011000000110110010001001100011110001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485581; }

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

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

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

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

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

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

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

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