#465773

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

Shades of Chambray #465773

Tints of Chambray #465773

Color information

#465773 (or 0x465773) is unknown color: approx Chambray. HEX triplet: 46, 57 and 73. RGB value is (70,87,115). Sum of RGB (Red+Green+Blue) = 70+87+115=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #465773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465773 is #B9A88C. Grayscale: #545454. Windows color (decimal): -12167309 or 7558982. OLE color: 7558982.

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

Color convert

RGB7087115-
CMYK0.390.2400.55
HSL217.33º24.32%36.27%-
HSV(B)217.33º39.13%45.1%-
XYZ9.039.3617.55-
YUV85.11144.87117.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=25.74%
G=31.99%
B=42.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70871150.390.2400.55217.3324.3236.27
Hex4657732718037d91824
Octal10612716347300673313044
Binary1000110101011111100111001111100001101111101100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465773; }

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

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

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

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

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

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

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

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