#465A80

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

Shades of Chambray #465A80

Tints of Chambray #465A80

Color information

#465A80 (or 0x465A80) is unknown color: approx Chambray. HEX triplet: 46, 5A and 80. RGB value is (70,90,128). Sum of RGB (Red+Green+Blue) = 70+90+128=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #465A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A80 is #B9A57F. Grayscale: #585858. Windows color (decimal): -12166528 or 8411718. OLE color: 8411718.

HSL color Cylindrical-coordinate representation of color #465A80: hue angle of 219.31º 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 #465A80 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7090128-
CMYK0.450.3000.50
HSL219.31º29.29%38.82%-
HSV(B)219.31º45.31%50.2%-
XYZ10.0810.1721.85-
YUV88.35150.37114.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=24.31%
G=31.25%
B=44.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70901280.450.3000.50219.3129.2938.82
Hex465A802D1E032db1d27
Octal10613220055360623333547
Binary10001101011010100000001011011111001100101101101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465A80; }

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

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

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

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

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

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

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

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