#485678

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

Shades of Chambray #485678

Tints of Chambray #485678

Color information

#485678 (or 0x485678) is unknown color: approx Chambray. HEX triplet: 48, 56 and 78. RGB value is (72,86,120). Sum of RGB (Red+Green+Blue) = 72+86+120=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #485678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485678 is #B7A987. Grayscale: #555555. Windows color (decimal): -12036488 or 7886408. OLE color: 7886408.

HSL color Cylindrical-coordinate representation of color #485678: hue angle of 222.5º 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 #485678 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7286120-
CMYK0.400.2800.53
HSL222.5º25%37.65%-
HSV(B)222.5º40%47.06%-
XYZ9.399.3919.09-
YUV85.69147.36118.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=25.90%
G=30.94%
B=43.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72861200.400.2800.53222.52537.65
Hex485678281C035de1926
Octal11012617050340653363146
Binary1001000101011011110001010001110001101011101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485678; }

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

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

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

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

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

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

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

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