#4B4B45

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

Shades of Thunder #4B4B45

Tints of Thunder #4B4B45

Color information

#4B4B45 (or 0x4B4B45) is unknown color: approx Thunder. HEX triplet: 4B, 4B and 45. RGB value is (75,75,69). Sum of RGB (Red+Green+Blue) = 75+75+69=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 75 - color contains mainly: red, green. Hex color #4B4B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4B45 is #B4B4BA. Grayscale: #4A4A4A. Windows color (decimal): -11842747 or 4541259. OLE color: 4541259.

HSL color Cylindrical-coordinate representation of color #4B4B45: hue angle of 60º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4B4B45 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB757569-
CMYK000.080.71
HSL60º4.17%28.24%-
HSV(B)60º8%29.41%-
XYZ6.496.966.63-
YUV74.32125128.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.25%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=34.25%
G=34.25%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal757569000.080.71604.1728.24
Hex4B4B45008473c41c
Octal113113105001010774434
Binary100101110010111000101001000100011111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,75,69); }

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

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

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

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

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

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

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