#4B4360

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

Shades of Meteorite #4B4360

Tints of Meteorite #4B4360

Color information

#4B4360 (or 0x4B4360) is unknown color: approx Meteorite. HEX triplet: 4B, 43 and 60. RGB value is (75,67,96). Sum of RGB (Red+Green+Blue) = 75+67+96=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B4360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4360 is #B4BC9F. Grayscale: #484848. Windows color (decimal): -11844768 or 6308683. OLE color: 6308683.

HSL color Cylindrical-coordinate representation of color #4B4360: hue angle of 256.55º 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 #4B4360 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB756796-
CMYK0.220.3000.62
HSL256.55º17.79%31.96%-
HSV(B)256.55º30.21%37.65%-
XYZ7.026.3511.92-
YUV72.7141.15129.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.51%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=31.51%
G=28.15%
B=40.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7567960.220.3000.62256.5517.7931.96
Hex4B4360161E03E1011220
Octal11310314026360764012240
Binary1001011100001111000001011011110011111010000000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,67,96); }

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

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

 a { background-color: rgb(75,67,96); }

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

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

 span { border-color: rgb(75,67,96); }

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