#464B33

Color #464B33 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #464B33

Tints of Bronzetone #464B33

Color information

#464B33 (or 0x464B33) is unknown color: approx Bronzetone. HEX triplet: 46, 4B and 33. RGB value is (70,75,51). Sum of RGB (Red+Green+Blue) = 70+75+51=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 75 - color contains mainly: green. Hex color #464B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B33 is #B9B4CC. Grayscale: #464646. Windows color (decimal): -12170445 or 3361606. OLE color: 3361606.

HSL color Cylindrical-coordinate representation of color #464B33: hue angle of 72.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #464B33 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB707551-
CMYK0.0700.320.71
HSL72.5º19.05%24.71%-
HSV(B)72.5º32%29.41%-
XYZ5.646.574.1-
YUV70.77116.84127.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=35.71%
G=38.27%
B=26.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7075510.0700.320.7172.519.0524.71
Hex464B33702047481319
Octal1061136370401071102331
Binary100011010010111100111110100000100011110010001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464B33; }

 p { color: rgb(70,75,51); }

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

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

 a { background-color: rgb(70,75,51); }

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

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

 span { border-color: rgb(70,75,51); }

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