#4B4469

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

Shades of Meteorite #4B4469

Tints of Meteorite #4B4469

Color information

#4B4469 (or 0x4B4469) is unknown color: approx Meteorite. HEX triplet: 4B, 44 and 69. RGB value is (75,68,105). Sum of RGB (Red+Green+Blue) = 75+68+105=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B4469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4469 is #B4BB96. Grayscale: #4A4A4A. Windows color (decimal): -11844503 or 6898763. OLE color: 6898763.

HSL color Cylindrical-coordinate representation of color #4B4469: hue angle of 251.35º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B4469 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7568105-
CMYK0.290.3500.59
HSL251.35º21.39%33.92%-
HSV(B)251.35º35.24%41.18%-
XYZ7.526.6514.25-
YUV74.31145.32128.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=30.24%
G=27.42%
B=42.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75681050.290.3500.59251.3521.3933.92
Hex4B44691D2303Bfb1522
Octal11310415135430733732542
Binary1001011100010011010011110110001101110111111101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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