#485A6F

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

Shades of Chambray #485A6F

Tints of Chambray #485A6F

Color information

#485A6F (or 0x485A6F) is unknown color: approx Chambray. HEX triplet: 48, 5A and 6F. RGB value is (72,90,111). Sum of RGB (Red+Green+Blue) = 72+90+111=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #485A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A6F is #B7A590. Grayscale: #565656. Windows color (decimal): -12035473 or 7297608. OLE color: 7297608.

HSL color Cylindrical-coordinate representation of color #485A6F: hue angle of 212.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #485A6F is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7290111-
CMYK0.350.1900.56
HSL212.31º21.31%35.88%-
HSV(B)212.31º35.14%43.53%-
XYZ9.29.8416.45-
YUV87.01141.54117.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=26.37%
G=32.97%
B=40.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72901110.350.1900.56212.3121.3135.88
Hex485A6F2313038d41524
Octal11013215743230703242544
Binary1001000101101011011111000111001101110001101010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,90,111); }

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

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

 a { background-color: rgb(72,90,111); }

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

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

 span { border-color: rgb(72,90,111); }

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