#485F77

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

Shades of Chambray #485F77

Tints of Chambray #485F77

Color information

#485F77 (or 0x485F77) is unknown color: approx Chambray. HEX triplet: 48, 5F and 77. RGB value is (72,95,119). Sum of RGB (Red+Green+Blue) = 72+95+119=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #485F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F77 is #B7A088. Grayscale: #5A5A5A. Windows color (decimal): -12034185 or 7823176. OLE color: 7823176.

HSL color Cylindrical-coordinate representation of color #485F77: hue angle of 210.64º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485F77 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7295119-
CMYK0.390.2000.53
HSL210.64º24.61%37.45%-
HSV(B)210.64º39.5%46.67%-
XYZ10.0910.8919.02-
YUV90.86143.88114.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=25.17%
G=33.22%
B=41.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72951190.390.2000.53210.6424.6137.45
Hex485F772714035d31925
Octal11013716747240653233145
Binary1001000101111111101111001111010001101011101001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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