#4B3565

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

Shades of Meteorite #4B3565

Tints of Meteorite #4B3565

Color information

#4B3565 (or 0x4B3565) is unknown color: approx Meteorite. HEX triplet: 4B, 35 and 65. RGB value is (75,53,101). Sum of RGB (Red+Green+Blue) = 75+53+101=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B3565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3565 is #B4CA9A. Grayscale: #404040. Windows color (decimal): -11848347 or 6632779. OLE color: 6632779.

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

Color convert

RGB7553101-
CMYK0.260.4800.60
HSL267.5º31.17%30.2%-
HSV(B)267.5º47.52%39.61%-
XYZ6.524.9812.93-
YUV65.05148.29135.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=32.75%
G=23.14%
B=44.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75531010.260.4800.60267.531.1730.2
Hex4B35651A3003C10c1f1e
Octal1136514532600744143736
Binary100101111010111001011101011000001111001000011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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