Html Css Color HEX #4C405E Meteorite

📋 copy color: '#4C405E'

red 76 ◦ green 64 ◦ blue 94

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

Shades of Meteorite #4C405E

Tints of Meteorite #4C405E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 32.48%
G = 27.35%
B = 40.17%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C405E (or 0x4C405E) is known color: Meteorite. HEX triplet: 4C, 40 and 5E. RGB value is (76,64,94). Sum of RGB (Red+Green+Blue) = 76+64+94=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C405E is #B3BFA1. Grayscale: #464646. Windows color (decimal): -11780002 or 6176844. OLE color: 6176844.

HSL color Cylindrical-coordinate representation of color #4C405E: hue angle of 264º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C405E is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 64 94 -
CMYK 0.19 0.32 0 0.63
HSL 264º 0.19% 0.31% -
HSV(B) 264º 0.32% 0.37% -
XYZ 6.83 6.01 11.39 -
YUV 71.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 76 64 94 0.19 0.32 0 0.63 264 0.19 0.31
Hex 4C 40 5E 13 20 0 3F 108 13 1F
Octal 114 100 136 23 40 0 77 410 23 37
Binary 1001100 1000000 1011110 10011 100000 0 111111 100001000 10011 11111

Color Harmonies of #4C405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C405E

Black with #4C405E

Text Example


Text Example

White with #4C405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,94); }

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

background-color css

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

 a { background-color: rgb(76,64,94); }

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

border-color css

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

 span { border-color: rgb(76,64,94); }

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