Html Css Color HEX #4C395F Meteorite

📋 copy color: '#4C395F'

red 76 ◦ green 57 ◦ blue 95

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

Shades of Meteorite #4C395F

Tints of Meteorite #4C395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25%

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

R = 33.33%
G = 25%
B = 41.67%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C395F (or 0x4C395F) is known color: Meteorite. HEX triplet: 4C, 39 and 5F. RGB value is (76,57,95). Sum of RGB (Red+Green+Blue) = 76+57+95=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C395F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C395F is #B3C6A0. Grayscale: #424242. Windows color (decimal): -11781793 or 6240588. OLE color: 6240588.

HSL color Cylindrical-coordinate representation of color #4C395F: hue angle of 270º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C395F is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 57 95 -
CMYK 0.20 0.40 0 0.63
HSL 270º 0.25% 0.3% -
HSV(B) 270º 0.4% 0.37% -
XYZ 6.51 5.29 11.5 -
YUV 67.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 76 57 95 0.20 0.40 0 0.63 270 0.25 0.3
Hex 4C 39 5F 14 28 0 3F 10E 19 1E
Octal 114 71 137 24 50 0 77 416 31 36
Binary 1001100 111001 1011111 10100 101000 0 111111 100001110 11001 11110

Color Harmonies of #4C395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C395F

Black with #4C395F

Text Example


Text Example

White with #4C395F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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