#465A74

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

Shades of Chambray #465A74

Tints of Chambray #465A74

Color information

#465A74 (or 0x465A74) is unknown color: approx Chambray. HEX triplet: 46, 5A and 74. RGB value is (70,90,116). Sum of RGB (Red+Green+Blue) = 70+90+116=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #465A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A74 is #B9A58B. Grayscale: #565656. Windows color (decimal): -12166540 or 7625286. OLE color: 7625286.

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

Color convert

RGB7090116-
CMYK0.400.2200.55
HSL213.91º24.73%36.47%-
HSV(B)213.91º39.66%45.49%-
XYZ9.339.8817.94-
YUV86.98144.37115.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=25.36%
G=32.61%
B=42.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70901160.400.2200.55213.9124.7336.47
Hex465A742816037d61924
Octal10613216450260673263144
Binary1000110101101011101001010001011001101111101011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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