#4B3965

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

Shades of Meteorite #4B3965

Tints of Meteorite #4B3965

Color information

#4B3965 (or 0x4B3965) is unknown color: approx Meteorite. HEX triplet: 4B, 39 and 65. RGB value is (75,57,101). Sum of RGB (Red+Green+Blue) = 75+57+101=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B3965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3965 is #B4C69A. Grayscale: #434343. Windows color (decimal): -11847323 or 6633803. OLE color: 6633803.

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

Color convert

RGB7557101-
CMYK0.260.4400.60
HSL264.55º27.85%30.98%-
HSV(B)264.55º43.56%39.61%-
XYZ6.715.3612.99-
YUV67.4146.96133.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.19%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=32.19%
G=24.46%
B=43.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75571010.260.4400.60264.5527.8530.98
Hex4B39651A2C03C1091c1f
Octal1137114532540744113437
Binary100101111100111001011101010110001111001000010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,57,101); }

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

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

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

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

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

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

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