#485D75

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

Shades of Chambray #485D75

Tints of Chambray #485D75

Color information

#485D75 (or 0x485D75) is unknown color: approx Chambray. HEX triplet: 48, 5D and 75. RGB value is (72,93,117). Sum of RGB (Red+Green+Blue) = 72+93+117=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #485D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D75 is #B7A28A. Grayscale: #595959. Windows color (decimal): -12034699 or 7691592. OLE color: 7691592.

HSL color Cylindrical-coordinate representation of color #485D75: hue angle of 212º 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 #485D75 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7293117-
CMYK0.380.2100.54
HSL212º23.81%37.06%-
HSV(B)212º38.46%45.88%-
XYZ9.810.4918.34-
YUV89.46143.54115.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=25.53%
G=32.98%
B=41.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72931170.380.2100.5421223.8137.06
Hex485D752615036d41825
Octal11013516546250663243045
Binary1001000101110111101011001101010101101101101010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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