Html Css Color HEX #4C3C62 Meteorite

📋 copy color: '#4C3C62'

red 76 ◦ green 60 ◦ blue 98

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

Shades of Meteorite #4C3C62

Tints of Meteorite #4C3C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.88%

R = 32.48%
G = 25.64%
B = 41.88%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C3C62 (or 0x4C3C62) is known color: Meteorite. HEX triplet: 4C, 3C and 62. RGB value is (76,60,98). Sum of RGB (Red+Green+Blue) = 76+60+98=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C3C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3C62 is #B3C39D. Grayscale: #444444. Windows color (decimal): -11781022 or 6437964. OLE color: 6437964.

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

Color convert

RGB 76 60 98 -
CMYK 0.22 0.39 0 0.62
HSL 265.26º 0.24% 0.31% -
HSV(B) 265.26º 0.39% 0.38% -
XYZ 6.8 5.65 12.29 -
YUV 69.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 76 60 98 0.22 0.39 0 0.62 265.26 0.24 0.31
Hex 4C 3C 62 16 27 0 3E 109 18 1F
Octal 114 74 142 26 47 0 76 411 30 37
Binary 1001100 111100 1100010 10110 100111 0 111110 100001001 11000 11111

Color Harmonies of #4C3C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3C62

Black with #4C3C62

Text Example


Text Example

White with #4C3C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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