Html Css Color HEX #4C415F Meteorite

📋 copy color: '#4C415F'

red 76 ◦ green 65 ◦ blue 95

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

Shades of Meteorite #4C415F

Tints of Meteorite #4C415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 32.2%
G = 27.54%
B = 40.25%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C415F (or 0x4C415F) is known color: Meteorite. HEX triplet: 4C, 41 and 5F. RGB value is (76,65,95). Sum of RGB (Red+Green+Blue) = 76+65+95=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C415F is #B3BEA0. Grayscale: #474747. Windows color (decimal): -11779745 or 6242636. OLE color: 6242636.

HSL color Cylindrical-coordinate representation of color #4C415F: hue angle of 262º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C415F is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 65 95 -
CMYK 0.20 0.32 0 0.63
HSL 262º 0.19% 0.31% -
HSV(B) 262º 0.32% 0.37% -
XYZ 6.94 6.14 11.65 -
YUV 71.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 76 65 95 0.20 0.32 0 0.63 262 0.19 0.31
Hex 4C 41 5F 14 20 0 3F 106 13 1F
Octal 114 101 137 24 40 0 77 406 23 37
Binary 1001100 1000001 1011111 10100 100000 0 111111 100000110 10011 11111

Color Harmonies of #4C415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C415F

Black with #4C415F

Text Example


Text Example

White with #4C415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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