#463438

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

Shades of Cab Sav #463438

Tints of Cab Sav #463438

Color information

#463438 (or 0x463438) is unknown color: approx Cab Sav. HEX triplet: 46, 34 and 38. RGB value is (70,52,56). Sum of RGB (Red+Green+Blue) = 70+52+56=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #463438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463438 is #B9CBC7. Grayscale: #393939. Windows color (decimal): -12176328 or 3683398. OLE color: 3683398.

HSL color Cylindrical-coordinate representation of color #463438: hue angle of 346.67º 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 #463438 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB705256-
CMYK00.260.200.73
HSL346.67º14.75%23.92%-
HSV(B)346.67º25.71%27.45%-
XYZ4.474.044.29-
YUV57.84126.96136.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=39.33%
G=29.21%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70525600.260.200.73346.6714.7523.92
Hex46343801A144915bf18
Octal1066470032241115331730
Binary1000110110100111000011010101001001001101011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463438; }

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

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

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

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

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

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

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

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