#485F85

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

Shades of Chambray #485F85

Tints of Chambray #485F85

Color information

#485F85 (or 0x485F85) is unknown color: approx Chambray. HEX triplet: 48, 5F and 85. RGB value is (72,95,133). Sum of RGB (Red+Green+Blue) = 72+95+133=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #485F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485F85 is #B7A07A. Grayscale: #5C5C5C. Windows color (decimal): -12034171 or 8740680. OLE color: 8740680.

HSL color Cylindrical-coordinate representation of color #485F85: hue angle of 217.38º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485F85 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7295133-
CMYK0.460.2900.48
HSL217.38º29.76%40.2%-
HSV(B)217.38º45.86%52.16%-
XYZ1111.2623.78-
YUV92.46150.88113.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=24%
G=31.67%
B=44.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72951330.460.2900.48217.3829.7640.2
Hex485F852E1D030d91e28
Octal11013720556350603313650
Binary10010001011111100001011011101110101100001101100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,95,133); }

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

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

 a { background-color: rgb(72,95,133); }

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

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

 span { border-color: rgb(72,95,133); }

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