Html Css Color HEX #4C4361 Meteorite

📋 copy color: '#4C4361'

red 76 ◦ green 67 ◦ blue 97

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

Shades of Meteorite #4C4361

Tints of Meteorite #4C4361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.92%

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 31.67%
G = 27.92%
B = 40.42%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C4361 (or 0x4C4361) is known color: Meteorite. HEX triplet: 4C, 43 and 61. RGB value is (76,67,97). Sum of RGB (Red+Green+Blue) = 76+67+97=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C4361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4361 is #B3BC9E. Grayscale: #494949. Windows color (decimal): -11779231 or 6374220. OLE color: 6374220.

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

Color convert

RGB 76 67 97 -
CMYK 0.22 0.31 0 0.62
HSL 258º 0.18% 0.32% -
HSV(B) 258º 0.31% 0.38% -
XYZ 7.15 6.41 12.17 -
YUV 73.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 76 67 97 0.22 0.31 0 0.62 258 0.18 0.32
Hex 4C 43 61 16 1F 0 3E 102 12 20
Octal 114 103 141 26 37 0 76 402 22 40
Binary 1001100 1000011 1100001 10110 11111 0 111110 100000010 10010 100000

Color Harmonies of #4C4361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4361

Black with #4C4361

Text Example


Text Example

White with #4C4361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,67,97); }

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

background-color css

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

 a { background-color: rgb(76,67,97); }

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

border-color css

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

 span { border-color: rgb(76,67,97); }

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