#465A76

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

Shades of Chambray #465A76

Tints of Chambray #465A76

Color information

#465A76 (or 0x465A76) is unknown color: approx Chambray. HEX triplet: 46, 5A and 76. RGB value is (70,90,118). Sum of RGB (Red+Green+Blue) = 70+90+118=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #465A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A76 is #B9A589. Grayscale: #575757. Windows color (decimal): -12166538 or 7756358. OLE color: 7756358.

HSL color Cylindrical-coordinate representation of color #465A76: hue angle of 215º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #465A76 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7090118-
CMYK0.410.2400.54
HSL215º25.53%36.86%-
HSV(B)215º40.68%46.27%-
XYZ9.459.9218.56-
YUV87.21145.37115.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=25.18%
G=32.37%
B=42.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70901180.410.2400.5421525.5336.86
Hex465A762918036d71a25
Octal10613216651300663273245
Binary1000110101101011101101010011100001101101101011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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