#4B366D

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

Shades of Meteorite #4B366D

Tints of Meteorite #4B366D

Color information

#4B366D (or 0x4B366D) is unknown color: approx Meteorite. HEX triplet: 4B, 36 and 6D. RGB value is (75,54,109). Sum of RGB (Red+Green+Blue) = 75+54+109=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B366D is #B4C992. Grayscale: #424242. Windows color (decimal): -11848083 or 7157323. OLE color: 7157323.

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

Color convert

RGB7554109-
CMYK0.310.5000.57
HSL262.91º33.74%31.96%-
HSV(B)262.91º50.46%42.75%-
XYZ6.985.2415.11-
YUV66.55151.96134.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.51%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=31.51%
G=22.69%
B=45.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75541090.310.5000.57262.9133.7431.96
Hex4B366D1F320391072220
Octal1136615537620714074240
Binary10010111101101101101111111100100111001100000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,54,109); }

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

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

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

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

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

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

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