Html Css Color HEX #4C4260 Meteorite

📋 copy color: '#4C4260'

red 76 ◦ green 66 ◦ blue 96

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

Shades of Meteorite #4C4260

Tints of Meteorite #4C4260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

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

R = 31.93%
G = 27.73%
B = 40.34%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C4260 (or 0x4C4260) is known color: Meteorite. HEX triplet: 4C, 42 and 60. RGB value is (76,66,96). Sum of RGB (Red+Green+Blue) = 76+66+96=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C4260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4260 is #B3BD9F. Grayscale: #484848. Windows color (decimal): -11779488 or 6308428. OLE color: 6308428.

HSL color Cylindrical-coordinate representation of color #4C4260: hue angle of 260º degrees, saturation: 0.19, 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 #4C4260 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 66 96 -
CMYK 0.21 0.31 0 0.62
HSL 260º 0.19% 0.32% -
HSV(B) 260º 0.31% 0.38% -
XYZ 7.04 6.28 11.91 -
YUV 72.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 76 66 96 0.21 0.31 0 0.62 260 0.19 0.32
Hex 4C 42 60 15 1F 0 3E 104 13 20
Octal 114 102 140 25 37 0 76 404 23 40
Binary 1001100 1000010 1100000 10101 11111 0 111110 100000100 10011 100000

Color Harmonies of #4C4260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4260

Black with #4C4260

Text Example


Text Example

White with #4C4260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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