#4B356B

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

Shades of Meteorite #4B356B

Tints of Meteorite #4B356B

Color information

#4B356B (or 0x4B356B) is unknown color: approx Meteorite. HEX triplet: 4B, 35 and 6B. RGB value is (75,53,107). Sum of RGB (Red+Green+Blue) = 75+53+107=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B356B is #B4CA94. Grayscale: #414141. Windows color (decimal): -11848341 or 7025995. OLE color: 7025995.

HSL color Cylindrical-coordinate representation of color #4B356B: hue angle of 264.44º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B356B is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7553107-
CMYK0.300.5000.58
HSL264.44º33.75%31.37%-
HSV(B)264.44º50.47%41.96%-
XYZ6.835.114.54-
YUV65.73151.29134.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=31.91%
G=22.55%
B=45.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75531070.300.5000.58264.4433.7531.37
Hex4B356B1E3203A108221f
Octal1136515336620724104237
Binary1001011110101110101111110110010011101010000100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,53,107); }

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

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

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

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

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

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

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