Html Css Color HEX #4B4162 Meteorite

📋 copy color: '#4B4162'

red 75 ◦ green 65 ◦ blue 98

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

Shades of Meteorite #4B4162

Tints of Meteorite #4B4162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.18%

R = 31.51%
G = 27.31%
B = 41.18%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B4162 (or 0x4B4162) is known color: Meteorite. HEX triplet: 4B, 41 and 62. RGB value is (75,65,98). Sum of RGB (Red+Green+Blue) = 75+65+98=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B4162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4162 is #B4BE9D. Grayscale: #474747. Windows color (decimal): -11845278 or 6439243. OLE color: 6439243.

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

Color convert

RGB 75 65 98 -
CMYK 0.23 0.34 0 0.62
HSL 258.18º 0.2% 0.32% -
HSV(B) 258.18º 0.34% 0.38% -
XYZ 7 6.16 12.38 -
YUV 71.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 75 65 98 0.23 0.34 0 0.62 258.18 0.2 0.32
Hex 4B 41 62 17 22 0 3E 102 14 20
Octal 113 101 142 27 42 0 76 402 24 40
Binary 1001011 1000001 1100010 10111 100010 0 111110 100000010 10100 100000

Color Harmonies of #4B4162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4162

Black with #4B4162

Text Example


Text Example

White with #4B4162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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