#466080

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

Shades of Chambray #466080

Tints of Chambray #466080

Color information

#466080 (or 0x466080) is unknown color: approx Chambray. HEX triplet: 46, 60 and 80. RGB value is (70,96,128). Sum of RGB (Red+Green+Blue) = 70+96+128=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #466080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466080 is #B99F7F. Grayscale: #5B5B5B. Windows color (decimal): -12164992 or 8413254. OLE color: 8413254.

HSL color Cylindrical-coordinate representation of color #466080: hue angle of 213.1º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #466080 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7096128-
CMYK0.450.2500.50
HSL213.1º29.29%38.82%-
HSV(B)213.1º45.31%50.2%-
XYZ10.611.2322.03-
YUV91.87148.39112.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=23.81%
G=32.65%
B=43.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70961280.450.2500.50213.129.2938.82
Hex4660802D19032d51d27
Octal10614020055310623253547
Binary10001101100000100000001011011100101100101101010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466080; }

 p { color: rgb(70,96,128); }

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

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

 a { background-color: rgb(70,96,128); }

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

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

 span { border-color: rgb(70,96,128); }

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