#4B3F75

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

Shades of Meteorite #4B3F75

Tints of Meteorite #4B3F75

Color information

#4B3F75 (or 0x4B3F75) is unknown color: approx Meteorite. HEX triplet: 4B, 3F and 75. RGB value is (75,63,117). Sum of RGB (Red+Green+Blue) = 75+63+117=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B3F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3F75 is #B4C08A. Grayscale: #484848. Windows color (decimal): -11845771 or 7683915. OLE color: 7683915.

HSL color Cylindrical-coordinate representation of color #4B3F75: hue angle of 253.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B3F75 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7563117-
CMYK0.360.4600.54
HSL253.33º30%35.29%-
HSV(B)253.33º46.15%45.88%-
XYZ7.896.3417.64-
YUV72.74152.98129.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 63 (25% from 255) = 24.71%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=29.41%
G=24.71%
B=45.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75631170.360.4600.54253.333035.29
Hex4B3F75242E036fd1e23
Octal1137716544560663753643
Binary1001011111111111010110010010111001101101111110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,63,117); }

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

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

 a { background-color: rgb(75,63,117); }

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

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

 span { border-color: rgb(75,63,117); }

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