#465972

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

Shades of Chambray #465972

Tints of Chambray #465972

Color information

#465972 (or 0x465972) is unknown color: approx Chambray. HEX triplet: 46, 59 and 72. RGB value is (70,89,114). Sum of RGB (Red+Green+Blue) = 70+89+114=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #465972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465972 is #B9A68D. Grayscale: #565656. Windows color (decimal): -12166798 or 7493958. OLE color: 7493958.

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

Color convert

RGB7089114-
CMYK0.390.2200.55
HSL214.09º23.91%36.08%-
HSV(B)214.09º38.6%44.71%-
XYZ9.149.6617.3-
YUV86.17143.71116.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=25.64%
G=32.60%
B=41.76%

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
Decimal70891140.390.2200.55214.0923.9136.08
Hex4659722716037d61824
Octal10613116247260673263044
Binary1000110101100111100101001111011001101111101011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465972; }

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

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

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

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

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

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

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

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