#4B3A66

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

Shades of Meteorite #4B3A66

Tints of Meteorite #4B3A66

Color information

#4B3A66 (or 0x4B3A66) is unknown color: approx Meteorite. HEX triplet: 4B, 3A and 66. RGB value is (75,58,102). Sum of RGB (Red+Green+Blue) = 75+58+102=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B3A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3A66 is #B4C599. Grayscale: #434343. Windows color (decimal): -11847066 or 6699595. OLE color: 6699595.

HSL color Cylindrical-coordinate representation of color #4B3A66: hue angle of 263.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B3A66 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7558102-
CMYK0.260.4300.6
HSL263.18º27.5%31.37%-
HSV(B)263.18º43.14%40%-
XYZ6.815.4813.27-
YUV68.1147.13132.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 58 (23.05% from 255) = 24.68%
BLUE value IS 102 (40.23% from 255) = 43.40%
R=31.91%
G=24.68%
B=43.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal75581020.260.4300.6263.1827.531.37
Hex4B3A661A2B03C1071c1f
Octal1137214632530744073437
Binary100101111101011001101101010101101111001000001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,102); }

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

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

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

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

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

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

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