#463439

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

Shades of Cab Sav #463439

Tints of Cab Sav #463439

Color information

#463439 (or 0x463439) is unknown color: approx Cab Sav. HEX triplet: 46, 34 and 39. RGB value is (70,52,57). Sum of RGB (Red+Green+Blue) = 70+52+57=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 70 - color contains mainly: red. Hex color #463439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463439 is #B9CBC6. Grayscale: #393939. Windows color (decimal): -12176327 or 3748934. OLE color: 3748934.

HSL color Cylindrical-coordinate representation of color #463439: hue angle of 343.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #463439 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB705257-
CMYK00.260.190.73
HSL343.33º14.75%23.92%-
HSV(B)343.33º25.71%27.45%-
XYZ4.494.054.42-
YUV57.95127.46136.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 57 (22.66% from 255) = 31.84%
R=39.11%
G=29.05%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70525700.260.190.73343.3314.7523.92
Hex46343901A1349157f18
Octal1066471032231115271730
Binary1000110110100111001011010100111001001101010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463439; }

 p { color: rgb(70,52,57); }

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

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

 a { background-color: rgb(70,52,57); }

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

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

 span { border-color: rgb(70,52,57); }

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