#465A70

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

Shades of Chambray #465A70

Tints of Chambray #465A70

Color information

#465A70 (or 0x465A70) is unknown color: approx Chambray. HEX triplet: 46, 5A and 70. RGB value is (70,90,112). Sum of RGB (Red+Green+Blue) = 70+90+112=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #465A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A70 is #B9A58F. Grayscale: #565656. Windows color (decimal): -12166544 or 7363142. OLE color: 7363142.

HSL color Cylindrical-coordinate representation of color #465A70: hue angle of 211.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465A70 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7090112-
CMYK0.380.2000.56
HSL211.43º23.08%35.69%-
HSV(B)211.43º37.5%43.92%-
XYZ9.119.7816.74-
YUV86.53142.37116.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=25.74%
G=33.09%
B=41.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70901120.380.2000.56211.4323.0835.69
Hex465A702614038d31724
Octal10613216046240703232744
Binary1000110101101011100001001101010001110001101001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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