Html Css Color HEX #4C3C75 Meteorite

📋 copy color: '#4C3C75'

red 76 ◦ green 60 ◦ blue 117

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

Shades of Meteorite #4C3C75

Tints of Meteorite #4C3C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.72%

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

R = 30.04%
G = 23.72%
B = 46.25%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C3C75 (or 0x4C3C75) is known color: Meteorite. HEX triplet: 4C, 3C and 75. RGB value is (76,60,117). Sum of RGB (Red+Green+Blue) = 76+60+117=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C3C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3C75 is #B3C38A. Grayscale: #474747. Windows color (decimal): -11781003 or 7683148. OLE color: 7683148.

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

Color convert

RGB 76 60 117 -
CMYK 0.35 0.49 0 0.54
HSL 256.84º 0.32% 0.35% -
HSV(B) 256.84º 0.49% 0.46% -
XYZ 7.81 6.05 17.59 -
YUV 71.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 76 60 117 0.35 0.49 0 0.54 256.84 0.32 0.35
Hex 4C 3C 75 23 31 0 36 101 20 23
Octal 114 74 165 43 61 0 66 401 40 43
Binary 1001100 111100 1110101 100011 110001 0 110110 100000001 100000 100011

Color Harmonies of #4C3C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3C75

Black with #4C3C75

Text Example


Text Example

White with #4C3C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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