Html Css Color HEX #4C3D60 Meteorite

📋 copy color: '#4C3D60'

red 76 ◦ green 61 ◦ blue 96

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

Shades of Meteorite #4C3D60

Tints of Meteorite #4C3D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.18%

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

R = 32.62%
G = 26.18%
B = 41.2%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C3D60 (or 0x4C3D60) is known color: Meteorite. HEX triplet: 4C, 3D and 60. RGB value is (76,61,96). Sum of RGB (Red+Green+Blue) = 76+61+96=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C3D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3D60 is #B3C29F. Grayscale: #454545. Windows color (decimal): -11780768 or 6307148. OLE color: 6307148.

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

Color convert

RGB 76 61 96 -
CMYK 0.21 0.36 0 0.62
HSL 265.71º 0.22% 0.31% -
HSV(B) 265.71º 0.36% 0.38% -
XYZ 6.76 5.72 11.81 -
YUV 69.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 76 61 96 0.21 0.36 0 0.62 265.71 0.22 0.31
Hex 4C 3D 60 15 24 0 3E 10A 16 1F
Octal 114 75 140 25 44 0 76 412 26 37
Binary 1001100 111101 1100000 10101 100100 0 111110 100001010 10110 11111

Color Harmonies of #4C3D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3D60

Black with #4C3D60

Text Example


Text Example

White with #4C3D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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