#4B4565

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

Shades of Meteorite #4B4565

Tints of Meteorite #4B4565

Color information

#4B4565 (or 0x4B4565) is unknown color: approx Meteorite. HEX triplet: 4B, 45 and 65. RGB value is (75,69,101). Sum of RGB (Red+Green+Blue) = 75+69+101=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4565 is #B4BA9A. Grayscale: #4A4A4A. Windows color (decimal): -11844251 or 6636875. OLE color: 6636875.

HSL color Cylindrical-coordinate representation of color #4B4565: hue angle of 251.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B4565 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7569101-
CMYK0.260.3200.60
HSL251.25º18.82%33.33%-
HSV(B)251.25º31.68%39.61%-
XYZ7.386.6913.21-
YUV74.44142.99128.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.61%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=30.61%
G=28.16%
B=41.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75691010.260.3200.60251.2518.8233.33
Hex4B45651A2003Cfb1321
Octal11310514532400743732341
Binary1001011100010111001011101010000001111001111101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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