#465678

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

Shades of Chambray #465678

Tints of Chambray #465678

Color information

#465678 (or 0x465678) is unknown color: approx Chambray. HEX triplet: 46, 56 and 78. RGB value is (70,86,120). Sum of RGB (Red+Green+Blue) = 70+86+120=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #465678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465678 is #B9A987. Grayscale: #545454. Windows color (decimal): -12167560 or 7886406. OLE color: 7886406.

HSL color Cylindrical-coordinate representation of color #465678: hue angle of 220.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465678 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7086120-
CMYK0.420.2800.53
HSL220.8º26.32%37.25%-
HSV(B)220.8º41.67%47.06%-
XYZ9.249.3119.08-
YUV85.09147.7117.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=25.36%
G=31.16%
B=43.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70861200.420.2800.53220.826.3237.25
Hex4656782A1C035dd1a25
Octal10612617052340653353245
Binary1000110101011011110001010101110001101011101110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465678; }

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

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

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

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

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

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

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

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