Html Css Color HEX #463438 Cab Sav

📋 copy color: '#463438'

red 70 ◦ green 52 ◦ blue 56

#463438
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cab Sav #463438

Tints of Cab Sav #463438

RGB

 RED value IS 70 (27.73% from 255) = 39.33%

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#463438 (or 0x463438) is known color: 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

RGB 70 52 56 -
CMYK 0 0.26 0.20 0.73
HSL 346.67º 0.15% 0.24% -
HSV(B) 346.67º 0.26% 0.27% -
XYZ 4.47 4.04 4.29 -
YUV 57.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 70 52 56 0 0.26 0.20 0.73 346.67 0.15 0.24
Hex 46 34 38 0 1A 14 49 15B F 18
Octal 106 64 70 0 32 24 111 533 17 30
Binary 1000110 110100 111000 0 11010 10100 1001001 101011011 1111 11000

Color Harmonies of #463438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463438

Black with #463438

Text Example


Text Example

White with #463438

Text Example


Text Example

HTML Codes & Css Web 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>