#4B4461

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

Shades of Meteorite #4B4461

Tints of Meteorite #4B4461

Color information

#4B4461 (or 0x4B4461) is unknown color: approx Meteorite. HEX triplet: 4B, 44 and 61. RGB value is (75,68,97). Sum of RGB (Red+Green+Blue) = 75+68+97=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B4461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4461 is #B4BB9E. Grayscale: #494949. Windows color (decimal): -11844511 or 6374475. OLE color: 6374475.

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

Color convert

RGB756897-
CMYK0.230.3000.62
HSL254.48º17.58%32.35%-
HSV(B)254.48º29.9%38.04%-
XYZ7.136.4912.19-
YUV73.4141.32129.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=31.25%
G=28.33%
B=40.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7568970.230.3000.62254.4817.5832.35
Hex4B4461171E03Efe1220
Octal11310414127360763762240
Binary100101110001001100001101111111001111101111111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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