Html Css Color HEX #4C426C Meteorite

📋 copy color: '#4C426C'

red 76 ◦ green 66 ◦ blue 108

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

Shades of Meteorite #4C426C

Tints of Meteorite #4C426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.2%

R = 30.4%
G = 26.4%
B = 43.2%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C426C (or 0x4C426C) is known color: Meteorite. HEX triplet: 4C, 42 and 6C. RGB value is (76,66,108). Sum of RGB (Red+Green+Blue) = 76+66+108=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C426C is #B3BD93. Grayscale: #494949. Windows color (decimal): -11779476 or 7094860. OLE color: 7094860.

HSL color Cylindrical-coordinate representation of color #4C426C: hue angle of 254.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C426C is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 66 108 -
CMYK 0.30 0.39 0 0.58
HSL 254.29º 0.24% 0.34% -
HSV(B) 254.29º 0.39% 0.42% -
XYZ 7.64 6.52 15.04 -
YUV 73.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 76 66 108 0.30 0.39 0 0.58 254.29 0.24 0.34
Hex 4C 42 6C 1E 27 0 3A FE 18 22
Octal 114 102 154 36 47 0 72 376 30 42
Binary 1001100 1000010 1101100 11110 100111 0 111010 11111110 11000 100010

Color Harmonies of #4C426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C426C

Black with #4C426C

Text Example


Text Example

White with #4C426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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