#465871

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

Shades of Chambray #465871

Tints of Chambray #465871

Color information

#465871 (or 0x465871) is unknown color: approx Chambray. HEX triplet: 46, 58 and 71. RGB value is (70,88,113). Sum of RGB (Red+Green+Blue) = 70+88+113=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #465871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465871 is #B9A78E. Grayscale: #555555. Windows color (decimal): -12167055 or 7428166. OLE color: 7428166.

HSL color Cylindrical-coordinate representation of color #465871: hue angle of 214.88º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465871 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7088113-
CMYK0.380.2200.56
HSL214.88º23.5%35.88%-
HSV(B)214.88º38.05%44.31%-
XYZ99.4716.98-
YUV85.47143.54116.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=25.83%
G=32.47%
B=41.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70881130.380.2200.56214.8823.535.88
Hex4658712616038d71724
Octal10613016146260703272744
Binary1000110101100011100011001101011001110001101011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465871; }

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

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

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

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

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

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

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

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