Html Css Color HEX #4C3975 Meteorite

📋 copy color: '#4C3975'

red 76 ◦ green 57 ◦ blue 117

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

Shades of Meteorite #4C3975

Tints of Meteorite #4C3975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 30.4%
G = 22.8%
B = 46.8%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C3975 (or 0x4C3975) is known color: Meteorite. HEX triplet: 4C, 39 and 75. RGB value is (76,57,117). Sum of RGB (Red+Green+Blue) = 76+57+117=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C3975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3975 is #B3C68A. Grayscale: #454545. Windows color (decimal): -11781771 or 7682380. OLE color: 7682380.

HSL color Cylindrical-coordinate representation of color #4C3975: hue angle of 259º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C3975 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 57 117 -
CMYK 0.35 0.51 0 0.54
HSL 259º 0.34% 0.34% -
HSV(B) 259º 0.51% 0.46% -
XYZ 7.65 5.75 17.54 -
YUV 69.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 76 57 117 0.35 0.51 0 0.54 259 0.34 0.34
Hex 4C 39 75 23 33 0 36 103 22 22
Octal 114 71 165 43 63 0 66 403 42 42
Binary 1001100 111001 1110101 100011 110011 0 110110 100000011 100010 100010

Color Harmonies of #4C3975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3975

Black with #4C3975

Text Example


Text Example

White with #4C3975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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