#485877

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

Shades of Chambray #485877

Tints of Chambray #485877

Color information

#485877 (or 0x485877) is unknown color: approx Chambray. HEX triplet: 48, 58 and 77. RGB value is (72,88,119). Sum of RGB (Red+Green+Blue) = 72+88+119=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #485877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485877 is #B7A788. Grayscale: #565656. Windows color (decimal): -12035977 or 7821384. OLE color: 7821384.

HSL color Cylindrical-coordinate representation of color #485877: hue angle of 219.57º 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 #485877 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7288119-
CMYK0.390.2600.53
HSL219.57º24.61%37.45%-
HSV(B)219.57º39.5%46.67%-
XYZ9.499.6918.82-
YUV86.75146.2117.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=25.81%
G=31.54%
B=42.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72881190.390.2600.53219.5724.6137.45
Hex485877271A035dc1925
Octal11013016747320653343145
Binary1001000101100011101111001111101001101011101110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485877; }

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

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

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

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

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

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

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

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