Html Css Color HEX #4C4565 Meteorite

📋 copy color: '#4C4565'

red 76 ◦ green 69 ◦ blue 101

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

Shades of Meteorite #4C4565

Tints of Meteorite #4C4565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.05%

 BLUE value IS 101 (39.84% from 255) = 41.06%

R = 30.89%
G = 28.05%
B = 41.06%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4C4565 (or 0x4C4565) is known color: Meteorite. HEX triplet: 4C, 45 and 65. RGB value is (76,69,101). Sum of RGB (Red+Green+Blue) = 76+69+101=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4565 is #B3BA9A. Grayscale: #4A4A4A. Windows color (decimal): -11778715 or 6636876. OLE color: 6636876.

HSL color Cylindrical-coordinate representation of color #4C4565: hue angle of 253.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C4565 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 69 101 -
CMYK 0.25 0.32 0 0.60
HSL 253.13º 0.19% 0.33% -
HSV(B) 253.13º 0.32% 0.4% -
XYZ 7.46 6.73 13.22 -
YUV 74.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 76 69 101 0.25 0.32 0 0.60 253.13 0.19 0.33
Hex 4C 45 65 19 20 0 3C FD 13 21
Octal 114 105 145 31 40 0 74 375 23 41
Binary 1001100 1000101 1100101 11001 100000 0 111100 11111101 10011 100001

Color Harmonies of #4C4565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4565

Black with #4C4565

Text Example


Text Example

White with #4C4565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,69,101); }

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

background-color css

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

 a { background-color: rgb(76,69,101); }

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

border-color css

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

 span { border-color: rgb(76,69,101); }

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