#4B4161

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

Shades of Meteorite #4B4161

Tints of Meteorite #4B4161

Color information

#4B4161 (or 0x4B4161) is unknown color: approx Meteorite. HEX triplet: 4B, 41 and 61. RGB value is (75,65,97). Sum of RGB (Red+Green+Blue) = 75+65+97=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B4161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4161 is #B4BE9E. Grayscale: #474747. Windows color (decimal): -11845279 or 6373707. OLE color: 6373707.

HSL color Cylindrical-coordinate representation of color #4B4161: hue angle of 258.75º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B4161 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB756597-
CMYK0.230.3300.62
HSL258.75º19.75%31.76%-
HSV(B)258.75º32.99%38.04%-
XYZ6.956.1412.13-
YUV71.64142.31130.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.65%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=31.65%
G=27.43%
B=40.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7565970.230.3300.62258.7519.7531.76
Hex4B4161172103E1031420
Octal11310114127410764032440
Binary10010111000001110000110111100001011111010000001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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