#465A72

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

Shades of Chambray #465A72

Tints of Chambray #465A72

Color information

#465A72 (or 0x465A72) is unknown color: approx Chambray. HEX triplet: 46, 5A and 72. RGB value is (70,90,114). Sum of RGB (Red+Green+Blue) = 70+90+114=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #465A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A72 is #B9A58D. Grayscale: #565656. Windows color (decimal): -12166542 or 7494214. OLE color: 7494214.

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

Color convert

RGB7090114-
CMYK0.390.2100.55
HSL212.73º23.91%36.08%-
HSV(B)212.73º38.6%44.71%-
XYZ9.229.8317.33-
YUV86.76143.37116.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=25.55%
G=32.85%
B=41.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70901140.390.2100.55212.7323.9136.08
Hex465A722715037d51824
Octal10613216247250673253044
Binary1000110101101011100101001111010101101111101010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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