#465679

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

Shades of Chambray #465679

Tints of Chambray #465679

Color information

#465679 (or 0x465679) is unknown color: approx Chambray. HEX triplet: 46, 56 and 79. RGB value is (70,86,121). Sum of RGB (Red+Green+Blue) = 70+86+121=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #465679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465679 is #B9A986. Grayscale: #555555. Windows color (decimal): -12167559 or 7951942. OLE color: 7951942.

HSL color Cylindrical-coordinate representation of color #465679: hue angle of 221.18º degrees, saturation: 0.27, 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 #465679 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7086121-
CMYK0.420.2900.53
HSL221.18º26.7%37.45%-
HSV(B)221.18º42.15%47.45%-
XYZ9.39.3419.4-
YUV85.21148.2117.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=25.27%
G=31.05%
B=43.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70861210.420.2900.53221.1826.737.45
Hex4656792A1D035dd1b25
Octal10612617152350653353345
Binary1000110101011011110011010101110101101011101110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465679; }

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

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

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

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

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

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

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

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