#485C75

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

Shades of Chambray #485C75

Tints of Chambray #485C75

Color information

#485C75 (or 0x485C75) is unknown color: approx Chambray. HEX triplet: 48, 5C and 75. RGB value is (72,92,117). Sum of RGB (Red+Green+Blue) = 72+92+117=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #485C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C75 is #B7A38A. Grayscale: #585858. Windows color (decimal): -12034955 or 7691336. OLE color: 7691336.

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

Color convert

RGB7292117-
CMYK0.380.2100.54
HSL213.33º23.81%37.06%-
HSV(B)213.33º38.46%45.88%-
XYZ9.7110.3218.31-
YUV88.87143.87115.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=25.62%
G=32.74%
B=41.64%

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
Decimal72921170.380.2100.54213.3323.8137.06
Hex485C752615036d51825
Octal11013416546250663253045
Binary1001000101110011101011001101010101101101101010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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