Html Css Color HEX #4C3B60 Meteorite

📋 copy color: '#4C3B60'

red 76 ◦ green 59 ◦ blue 96

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

Shades of Meteorite #4C3B60

Tints of Meteorite #4C3B60

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.54%

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 32.9%
G = 25.54%
B = 41.56%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C3B60 (or 0x4C3B60) is known color: Meteorite. HEX triplet: 4C, 3B and 60. RGB value is (76,59,96). Sum of RGB (Red+Green+Blue) = 76+59+96=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C3B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3B60 is #B3C49F. Grayscale: #444444. Windows color (decimal): -11781280 or 6306636. OLE color: 6306636.

HSL color Cylindrical-coordinate representation of color #4C3B60: hue angle of 267.57º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C3B60 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 59 96 -
CMYK 0.21 0.39 0 0.62
HSL 267.57º 0.24% 0.3% -
HSV(B) 267.57º 0.39% 0.38% -
XYZ 6.66 5.51 11.78 -
YUV 68.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 76 59 96 0.21 0.39 0 0.62 267.57 0.24 0.3
Hex 4C 3B 60 15 27 0 3E 10C 18 1E
Octal 114 73 140 25 47 0 76 414 30 36
Binary 1001100 111011 1100000 10101 100111 0 111110 100001100 11000 11110

Color Harmonies of #4C3B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3B60

Black with #4C3B60

Text Example


Text Example

White with #4C3B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,59,96); }

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

background-color css

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

 a { background-color: rgb(76,59,96); }

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

border-color css

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

 span { border-color: rgb(76,59,96); }

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