Html Css Color HEX #4B4160 Meteorite

📋 copy color: '#4B4160'

red 75 ◦ green 65 ◦ blue 96

#4B4160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #4B4160

Tints of Meteorite #4B4160

RGB

 RED value IS 75 (29.69% from 255) = 31.78%

 GREEN value IS 65 (25.78% from 255) = 27.54%

 BLUE value IS 96 (37.89% from 255) = 40.68%

R = 31.78%
G = 27.54%
B = 40.68%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B4160 (or 0x4B4160) is known color: Meteorite. HEX triplet: 4B, 41 and 60. RGB value is (75,65,96). Sum of RGB (Red+Green+Blue) = 75+65+96=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B4160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4160 is #B4BE9F. Grayscale: #474747. Windows color (decimal): -11845280 or 6308171. OLE color: 6308171.

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

Color convert

RGB 75 65 96 -
CMYK 0.22 0.32 0 0.62
HSL 259.35º 0.19% 0.32% -
HSV(B) 259.35º 0.32% 0.38% -
XYZ 6.9 6.12 11.88 -
YUV 71.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 75 65 96 0.22 0.32 0 0.62 259.35 0.19 0.32
Hex 4B 41 60 16 20 0 3E 103 13 20
Octal 113 101 140 26 40 0 76 403 23 40
Binary 1001011 1000001 1100000 10110 100000 0 111110 100000011 10011 100000

Color Harmonies of #4B4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4160

Black with #4B4160

Text Example


Text Example

White with #4B4160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B4160;
 }
 .AnyTagClassName
 {
   color: #4B4160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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