#465A77

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

Shades of Chambray #465A77

Tints of Chambray #465A77

Color information

#465A77 (or 0x465A77) is unknown color: approx Chambray. HEX triplet: 46, 5A and 77. RGB value is (70,90,119). Sum of RGB (Red+Green+Blue) = 70+90+119=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #465A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A77 is #B9A588. Grayscale: #575757. Windows color (decimal): -12166537 or 7821894. OLE color: 7821894.

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

Color convert

RGB7090119-
CMYK0.410.2400.53
HSL215.51º25.93%37.06%-
HSV(B)215.51º41.18%46.67%-
XYZ9.519.9518.87-
YUV87.33145.87115.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=25.09%
G=32.26%
B=42.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70901190.410.2400.53215.5125.9337.06
Hex465A772918035d81a25
Octal10613216751300653303245
Binary1000110101101011101111010011100001101011101100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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