#485A7F

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

Shades of Chambray #485A7F

Tints of Chambray #485A7F

Color information

#485A7F (or 0x485A7F) is unknown color: approx Chambray. HEX triplet: 48, 5A and 7F. RGB value is (72,90,127). Sum of RGB (Red+Green+Blue) = 72+90+127=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #485A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A7F is #B7A580. Grayscale: #585858. Windows color (decimal): -12035457 or 8346184. OLE color: 8346184.

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

Color convert

RGB7290127-
CMYK0.430.2900.50
HSL220.36º27.64%39.02%-
HSV(B)220.36º43.31%49.8%-
XYZ10.1610.2221.52-
YUV88.84149.54115.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 127 (50% from 255) = 43.94%
R=24.91%
G=31.14%
B=43.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72901270.430.2900.50220.3627.6439.02
Hex485A7F2B1D032dc1c27
Octal11013217753350623343447
Binary1001000101101011111111010111110101100101101110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,90,127); }

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

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

 a { background-color: rgb(72,90,127); }

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

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

 span { border-color: rgb(72,90,127); }

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