#4A262D

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

Shades of Cab Sav #4A262D

Tints of Cab Sav #4A262D

Color information

#4A262D (or 0x4A262D) is unknown color: approx Cab Sav. HEX triplet: 4A, 26 and 2D. RGB value is (74,38,45). Sum of RGB (Red+Green+Blue) = 74+38+45=157 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.13% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 74 - color contains mainly: red. Hex color #4A262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A262D is #B5D9D2. Grayscale: #313131. Windows color (decimal): -11917779 or 2958922. OLE color: 2958922.

HSL color Cylindrical-coordinate representation of color #4A262D: hue angle of 348.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A262D is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB743845-
CMYK00.490.390.71
HSL348.33º32.14%21.96%-
HSV(B)348.33º48.65%29.02%-
XYZ3.993.032.86-
YUV49.56125.43145.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 47.13%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=47.13%
G=24.20%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74384500.490.390.71348.3332.1421.96
Hex4A262D031274715c2016
Octal1124655061471075344026
Binary10010101001101011010110001100111100011110101110010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A262D; }

 p { color: rgb(74,38,45); }

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

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

 a { background-color: rgb(74,38,45); }

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

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

 span { border-color: rgb(74,38,45); }

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