#4B4163

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

Shades of Meteorite #4B4163

Tints of Meteorite #4B4163

Color information

#4B4163 (or 0x4B4163) is unknown color: approx Meteorite. HEX triplet: 4B, 41 and 63. RGB value is (75,65,99). Sum of RGB (Red+Green+Blue) = 75+65+99=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B4163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4163 is #B4BE9C. Grayscale: #474747. Windows color (decimal): -11845277 or 6504779. OLE color: 6504779.

HSL color Cylindrical-coordinate representation of color #4B4163: hue angle of 257.65º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B4163 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB756599-
CMYK0.240.3400.61
HSL257.65º20.73%32.16%-
HSV(B)257.65º34.34%38.82%-
XYZ7.046.1812.63-
YUV71.87143.31130.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.38%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=31.38%
G=27.20%
B=41.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7565990.240.3400.61257.6520.7332.16
Hex4B4163182203D1021520
Octal11310114330420754022540
Binary10010111000001110001111000100010011110110000001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,99); }

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

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

 a { background-color: rgb(75,65,99); }

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

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

 span { border-color: rgb(75,65,99); }

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