#465874

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

Shades of Chambray #465874

Tints of Chambray #465874

Color information

#465874 (or 0x465874) is unknown color: approx Chambray. HEX triplet: 46, 58 and 74. RGB value is (70,88,116). Sum of RGB (Red+Green+Blue) = 70+88+116=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #465874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465874 is #B9A78B. Grayscale: #555555. Windows color (decimal): -12167052 or 7624774. OLE color: 7624774.

HSL color Cylindrical-coordinate representation of color #465874: hue angle of 216.52º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465874 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7088116-
CMYK0.400.2400.55
HSL216.52º24.73%36.47%-
HSV(B)216.52º39.66%45.49%-
XYZ9.179.5417.88-
YUV85.81145.04116.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 116 (45.70% from 255) = 42.34%
R=25.55%
G=32.12%
B=42.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70881160.400.2400.55216.5224.7336.47
Hex4658742818037d91924
Octal10613016450300673313144
Binary1000110101100011101001010001100001101111101100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465874; }

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

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

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

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

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

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

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

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