#4B304B

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

Shades of Hot Purple #4B304B

Tints of Hot Purple #4B304B

Color information

#4B304B (or 0x4B304B) is unknown color: approx Hot Purple. HEX triplet: 4B, 30 and 4B. RGB value is (75,48,75). Sum of RGB (Red+Green+Blue) = 75+48+75=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: red, blue. Hex color #4B304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B304B is #B4CFB4. Grayscale: #3B3B3B. Windows color (decimal): -11849653 or 4927563. OLE color: 4927563.

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

Color convert

RGB754875-
CMYK00.3600.71
HSL300º21.95%24.12%-
HSV(B)300º36%29.41%-
XYZ5.234.127.18-
YUV59.15136.95139.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.88%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=37.88%
G=24.24%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75487500.3600.7130021.9524.12
Hex4B304B02404712c1618
Octal1136011304401074542630
Binary100101111000010010110100100010001111001011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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