Html Css Color HEX #46272E Cab Sav

📋 copy color: '#46272E'

red 70 ◦ green 39 ◦ blue 46

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

Shades of Cab Sav #46272E

Tints of Cab Sav #46272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.16%

 BLUE value IS 46 (18.36% from 255) = 29.68%

R = 45.16%
G = 25.16%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#46272E (or 0x46272E) is known color: Cab Sav. HEX triplet: 46, 27 and 2E. RGB value is (70,39,46). Sum of RGB (Red+Green+Blue) = 70+39+46=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #46272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46272E is #B9D8D1. Grayscale: #313131. Windows color (decimal): -12179666 or 3024710. OLE color: 3024710.

HSL color Cylindrical-coordinate representation of color #46272E: hue angle of 346.45º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46272E is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 39 46 -
CMYK 0 0.44 0.34 0.73
HSL 346.45º 0.28% 0.21% -
HSV(B) 346.45º 0.44% 0.27% -
XYZ 3.74 2.95 2.96 -
YUV 49.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 70 39 46 0 0.44 0.34 0.73 346.45 0.28 0.21
Hex 46 27 2E 0 2C 22 49 15A 1C 15
Octal 106 47 56 0 54 42 111 532 34 25
Binary 1000110 100111 101110 0 101100 100010 1001001 101011010 11100 10101

Color Harmonies of #46272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46272E

Black with #46272E

Text Example


Text Example

White with #46272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46272E; }

 p { color: rgb(70,39,46); }

 H1.HeaderClassName
 {
   color: #46272E;
 }
 .AnyTagClassName
 {
   color: #46272E;
 }
</style>

background-color css

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

 a { background-color: rgb(70,39,46); }

 div.DivClassName
 {
   background-color: #46272E;
 }
 .BgClassName
 {
   background-color: #46272E;
 }
</style>

border-color css

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

 span { border-color: rgb(70,39,46); }

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