#465873

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

Shades of Chambray #465873

Tints of Chambray #465873

Color information

#465873 (or 0x465873) is unknown color: approx Chambray. HEX triplet: 46, 58 and 73. RGB value is (70,88,115). Sum of RGB (Red+Green+Blue) = 70+88+115=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #465873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465873 is #B9A78C. Grayscale: #555555. Windows color (decimal): -12167053 or 7559238. OLE color: 7559238.

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

Color convert

RGB7088115-
CMYK0.390.2300.55
HSL216º24.32%36.27%-
HSV(B)216º39.13%45.1%-
XYZ9.119.5217.58-
YUV85.7144.54116.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=25.64%
G=32.23%
B=42.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70881150.390.2300.5521624.3236.27
Hex4658732717037d81824
Octal10613016347270673303044
Binary1000110101100011100111001111011101101111101100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465873; }

 p { color: rgb(70,88,115); }

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

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

 a { background-color: rgb(70,88,115); }

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

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

 span { border-color: rgb(70,88,115); }

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