#465A73

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

Shades of Chambray #465A73

Tints of Chambray #465A73

Color information

#465A73 (or 0x465A73) is unknown color: approx Chambray. HEX triplet: 46, 5A and 73. RGB value is (70,90,115). Sum of RGB (Red+Green+Blue) = 70+90+115=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #465A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A73 is #B9A58C. Grayscale: #565656. Windows color (decimal): -12166541 or 7559750. OLE color: 7559750.

HSL color Cylindrical-coordinate representation of color #465A73: hue angle of 213.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465A73 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7090115-
CMYK0.390.2200.55
HSL213.33º24.32%36.27%-
HSV(B)213.33º39.13%45.1%-
XYZ9.289.8517.63-
YUV86.87143.87115.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=25.45%
G=32.73%
B=41.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70901150.390.2200.55213.3324.3236.27
Hex465A732716037d51824
Octal10613216347260673253044
Binary1000110101101011100111001111011001101111101010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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