#485672

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

Shades of Chambray #485672

Tints of Chambray #485672

Color information

#485672 (or 0x485672) is unknown color: approx Chambray. HEX triplet: 48, 56 and 72. RGB value is (72,86,114). Sum of RGB (Red+Green+Blue) = 72+86+114=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #485672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485672 is #B7A98D. Grayscale: #545454. Windows color (decimal): -12036494 or 7493192. OLE color: 7493192.

HSL color Cylindrical-coordinate representation of color #485672: hue angle of 220º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #485672 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7286114-
CMYK0.370.2500.55
HSL220º22.58%36.47%-
HSV(B)220º36.84%44.71%-
XYZ9.049.2517.23-
YUV85.01144.36118.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 114 (44.92% from 255) = 41.91%
R=26.47%
G=31.62%
B=41.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72861140.370.2500.5522022.5836.47
Hex4856722519037dc1724
Octal11012616245310673342744
Binary1001000101011011100101001011100101101111101110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485672; }

 p { color: rgb(72,86,114); }

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

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

 a { background-color: rgb(72,86,114); }

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

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

 span { border-color: rgb(72,86,114); }

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