#4B4052

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

Shades of Scarlet Gum #4B4052

Tints of Scarlet Gum #4B4052

Color information

#4B4052 (or 0x4B4052) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 40 and 52. RGB value is (75,64,82). Sum of RGB (Red+Green+Blue) = 75+64+82=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B4052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4052 is #B4BFAD. Grayscale: #454545. Windows color (decimal): -11845550 or 5390411. OLE color: 5390411.

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

Color convert

RGB756482-
CMYK0.090.2200.68
HSL276.67º12.33%28.63%-
HSV(B)276.67º21.95%32.16%-
XYZ6.265.778.77-
YUV69.34135.14132.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.94%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=33.94%
G=28.96%
B=37.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7564820.090.2200.68276.6712.3328.63
Hex4B4052916044115c1d
Octal113100122112601044251435
Binary10010111000000101001010011011001000100100010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,64,82); }

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

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

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

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

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

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

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