#485679

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

Shades of Chambray #485679

Tints of Chambray #485679

Color information

#485679 (or 0x485679) is unknown color: approx Chambray. HEX triplet: 48, 56 and 79. RGB value is (72,86,121). Sum of RGB (Red+Green+Blue) = 72+86+121=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #485679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485679 is #B7A986. Grayscale: #555555. Windows color (decimal): -12036487 or 7951944. OLE color: 7951944.

HSL color Cylindrical-coordinate representation of color #485679: hue angle of 222.86º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485679 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7286121-
CMYK0.400.2900.53
HSL222.86º25.39%37.84%-
HSV(B)222.86º40.5%47.45%-
XYZ9.459.4119.41-
YUV85.8147.86118.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=25.81%
G=30.82%
B=43.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72861210.400.2900.53222.8625.3937.84
Hex485679281D035df1926
Octal11012617150350653373146
Binary1001000101011011110011010001110101101011101111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485679; }

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

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

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

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

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

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

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

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