Html Css Color HEX #4C3C72 Meteorite

📋 copy color: '#4C3C72'

red 76 ◦ green 60 ◦ blue 114

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

Shades of Meteorite #4C3C72

Tints of Meteorite #4C3C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 30.4%
G = 24%
B = 45.6%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C3C72 (or 0x4C3C72) is known color: Meteorite. HEX triplet: 4C, 3C and 72. RGB value is (76,60,114). Sum of RGB (Red+Green+Blue) = 76+60+114=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C3C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3C72 is #B3C38D. Grayscale: #464646. Windows color (decimal): -11781006 or 7486540. OLE color: 7486540.

HSL color Cylindrical-coordinate representation of color #4C3C72: hue angle of 257.78º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C3C72 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 60 114 -
CMYK 0.33 0.47 0 0.55
HSL 257.78º 0.31% 0.34% -
HSV(B) 257.78º 0.47% 0.45% -
XYZ 7.63 5.98 16.67 -
YUV 70.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 76 60 114 0.33 0.47 0 0.55 257.78 0.31 0.34
Hex 4C 3C 72 21 2F 0 37 102 1F 22
Octal 114 74 162 41 57 0 67 402 37 42
Binary 1001100 111100 1110010 100001 101111 0 110111 100000010 11111 100010

Color Harmonies of #4C3C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3C72

Black with #4C3C72

Text Example


Text Example

White with #4C3C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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