#4B4564

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

Shades of Meteorite #4B4564

Tints of Meteorite #4B4564

Color information

#4B4564 (or 0x4B4564) is unknown color: approx Meteorite. HEX triplet: 4B, 45 and 64. RGB value is (75,69,100). Sum of RGB (Red+Green+Blue) = 75+69+100=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B4564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4564 is #B4BA9B. Grayscale: #4A4A4A. Windows color (decimal): -11844252 or 6571339. OLE color: 6571339.

HSL color Cylindrical-coordinate representation of color #4B4564: hue angle of 251.61º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B4564 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7569100-
CMYK0.250.3100.61
HSL251.61º18.34%33.14%-
HSV(B)251.61º31%39.22%-
XYZ7.336.6712.96-
YUV74.33142.49128.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.74%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 100 (39.45% from 255) = 40.98%
R=30.74%
G=28.28%
B=40.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal75691000.250.3100.61251.6118.3433.14
Hex4B4564191F03Dfc1221
Octal11310514431370753742241
Binary100101110001011100100110011111101111011111110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,69,100); }

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

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

 a { background-color: rgb(75,69,100); }

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

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

 span { border-color: rgb(75,69,100); }

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