#465A7A

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

Shades of Chambray #465A7A

Tints of Chambray #465A7A

Color information

#465A7A (or 0x465A7A) is unknown color: approx Chambray. HEX triplet: 46, 5A and 7A. RGB value is (70,90,122). Sum of RGB (Red+Green+Blue) = 70+90+122=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #465A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A7A is #B9A585. Grayscale: #575757. Windows color (decimal): -12166534 or 8018502. OLE color: 8018502.

HSL color Cylindrical-coordinate representation of color #465A7A: hue angle of 216.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #465A7A is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7090122-
CMYK0.430.2600.52
HSL216.92º27.08%37.65%-
HSV(B)216.92º42.62%47.84%-
XYZ9.6910.0219.84-
YUV87.67147.37115.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=24.82%
G=31.91%
B=43.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70901220.430.2600.52216.9227.0837.65
Hex465A7A2B1A034d91b26
Octal10613217253320643313346
Binary1000110101101011110101010111101001101001101100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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