#485775

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

Shades of Chambray #485775

Tints of Chambray #485775

Color information

#485775 (or 0x485775) is unknown color: approx Chambray. HEX triplet: 48, 57 and 75. RGB value is (72,87,117). Sum of RGB (Red+Green+Blue) = 72+87+117=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #485775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485775 is #B7A88A. Grayscale: #555555. Windows color (decimal): -12036235 or 7690056. OLE color: 7690056.

HSL color Cylindrical-coordinate representation of color #485775: hue angle of 220º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485775 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7287117-
CMYK0.380.2600.54
HSL220º23.81%37.06%-
HSV(B)220º38.46%45.88%-
XYZ9.299.4818.17-
YUV85.94145.53118.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=26.09%
G=31.52%
B=42.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72871170.380.2600.5422023.8137.06
Hex485775261A036dc1825
Octal11012716546320663343045
Binary1001000101011111101011001101101001101101101110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485775; }

 p { color: rgb(72,87,117); }

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

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

 a { background-color: rgb(72,87,117); }

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

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

 span { border-color: rgb(72,87,117); }

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