#465E77

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

Shades of Chambray #465E77

Tints of Chambray #465E77

Color information

#465E77 (or 0x465E77) is unknown color: approx Chambray. HEX triplet: 46, 5E and 77. RGB value is (70,94,119). Sum of RGB (Red+Green+Blue) = 70+94+119=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #465E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E77 is #B9A188. Grayscale: #595959. Windows color (decimal): -12165513 or 7822918. OLE color: 7822918.

HSL color Cylindrical-coordinate representation of color #465E77: hue angle of 210.61º 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 #465E77 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7094119-
CMYK0.410.2100.53
HSL210.61º25.93%37.06%-
HSV(B)210.61º41.18%46.67%-
XYZ9.8610.6418.99-
YUV89.67144.55113.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=24.73%
G=33.22%
B=42.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70941190.410.2100.53210.6125.9337.06
Hex465E772915035d31a25
Octal10613616751250653233245
Binary1000110101111011101111010011010101101011101001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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