Html Css Color HEX #4C4161 Meteorite

📋 copy color: '#4C4161'

red 76 ◦ green 65 ◦ blue 97

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

Shades of Meteorite #4C4161

Tints of Meteorite #4C4161

RGB

 RED value IS 76 (30.08% from 255) = 31.93%

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

 BLUE value IS 97 (38.28% from 255) = 40.76%

R = 31.93%
G = 27.31%
B = 40.76%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C4161 (or 0x4C4161) is known color: Meteorite. HEX triplet: 4C, 41 and 61. RGB value is (76,65,97). Sum of RGB (Red+Green+Blue) = 76+65+97=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C4161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4161 is #B3BE9E. Grayscale: #474747. Windows color (decimal): -11779743 or 6373708. OLE color: 6373708.

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

Color convert

RGB 76 65 97 -
CMYK 0.22 0.33 0 0.62
HSL 260.63º 0.2% 0.32% -
HSV(B) 260.63º 0.33% 0.38% -
XYZ 7.03 6.18 12.13 -
YUV 71.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 76 65 97 0.22 0.33 0 0.62 260.63 0.2 0.32
Hex 4C 41 61 16 21 0 3E 105 14 20
Octal 114 101 141 26 41 0 76 405 24 40
Binary 1001100 1000001 1100001 10110 100001 0 111110 100000101 10100 100000

Color Harmonies of #4C4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4161

Black with #4C4161

Text Example


Text Example

White with #4C4161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,97); }

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

background-color css

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

 a { background-color: rgb(76,65,97); }

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

border-color css

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

 span { border-color: rgb(76,65,97); }

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