#465675

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

Shades of Chambray #465675

Tints of Chambray #465675

Color information

#465675 (or 0x465675) is unknown color: approx Chambray. HEX triplet: 46, 56 and 75. RGB value is (70,86,117). Sum of RGB (Red+Green+Blue) = 70+86+117=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #465675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465675 is #B9A98A. Grayscale: #545454. Windows color (decimal): -12167563 or 7689798. OLE color: 7689798.

HSL color Cylindrical-coordinate representation of color #465675: hue angle of 219.57º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465675 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7086117-
CMYK0.400.2600.54
HSL219.57º25.13%36.67%-
HSV(B)219.57º40.17%45.88%-
XYZ9.069.2418.14-
YUV84.75146.2117.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=25.64%
G=31.50%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70861170.400.2600.54219.5725.1336.67
Hex465675281A036dc1925
Octal10612616550320663343145
Binary1000110101011011101011010001101001101101101110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465675; }

 p { color: rgb(70,86,117); }

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

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

 a { background-color: rgb(70,86,117); }

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

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

 span { border-color: rgb(70,86,117); }

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