#465042

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

Shades of Cabbage Pont #465042

Tints of Cabbage Pont #465042

Color information

#465042 (or 0x465042) is unknown color: approx Cabbage Pont. HEX triplet: 46, 50 and 42. RGB value is (70,80,66). Sum of RGB (Red+Green+Blue) = 70+80+66=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 80 - color contains mainly: green. Hex color #465042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465042 is #B9AFBD. Grayscale: #4B4B4B. Windows color (decimal): -12169150 or 4345926. OLE color: 4345926.

HSL color Cylindrical-coordinate representation of color #465042: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #465042 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB708066-
CMYK0.1200.170.69
HSL102.86º9.59%28.63%-
HSV(B)102.86º17.5%31.37%-
XYZ6.387.436.25-
YUV75.41122.69124.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=32.41%
G=37.04%
B=30.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080660.1200.170.69102.869.5928.63
Hex465042C0114567a1d
Octal106120102140211051471235
Binary100011010100001000010110001000110001011100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465042; }

 p { color: rgb(70,80,66); }

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

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

 a { background-color: rgb(70,80,66); }

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

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

 span { border-color: rgb(70,80,66); }

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