#485880

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

Shades of Chambray #485880

Tints of Chambray #485880

Color information

#485880 (or 0x485880) is unknown color: approx Chambray. HEX triplet: 48, 58 and 80. RGB value is (72,88,128). Sum of RGB (Red+Green+Blue) = 72+88+128=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #485880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485880 is #B7A77F. Grayscale: #575757. Windows color (decimal): -12035968 or 8411208. OLE color: 8411208.

HSL color Cylindrical-coordinate representation of color #485880: hue angle of 222.86º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #485880 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7288128-
CMYK0.440.3100.50
HSL222.86º28%39.22%-
HSV(B)222.86º43.75%50.2%-
XYZ10.069.9221.81-
YUV87.78150.7116.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=25%
G=30.56%
B=44.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72881280.440.3100.50222.862839.22
Hex4858802C1F032df1c27
Octal11013020054370623373447
Binary10010001011000100000001011001111101100101101111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485880; }

 p { color: rgb(72,88,128); }

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

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

 a { background-color: rgb(72,88,128); }

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

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

 span { border-color: rgb(72,88,128); }

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