#465877

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

Shades of Chambray #465877

Tints of Chambray #465877

Color information

#465877 (or 0x465877) is unknown color: approx Chambray. HEX triplet: 46, 58 and 77. RGB value is (70,88,119). Sum of RGB (Red+Green+Blue) = 70+88+119=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #465877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465877 is #B9A788. Grayscale: #565656. Windows color (decimal): -12167049 or 7821382. OLE color: 7821382.

HSL color Cylindrical-coordinate representation of color #465877: hue angle of 217.96º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #465877 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7088119-
CMYK0.410.2600.53
HSL217.96º25.93%37.06%-
HSV(B)217.96º41.18%46.67%-
XYZ9.359.6118.82-
YUV86.15146.54116.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=25.27%
G=31.77%
B=42.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70881190.410.2600.53217.9625.9337.06
Hex465877291A035da1a25
Octal10613016751320653323245
Binary1000110101100011101111010011101001101011101101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465877; }

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

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

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

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

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

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

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

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