Html Css Color HEX #4A405E Meteorite

📋 copy color: '#4A405E'

red 74 ◦ green 64 ◦ blue 94

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

Shades of Meteorite #4A405E

Tints of Meteorite #4A405E

RGB

 RED value IS 74 (29.3% from 255) = 31.9%

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

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

R = 31.9%
G = 27.59%
B = 40.52%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A405E (or 0x4A405E) is known color: Meteorite. HEX triplet: 4A, 40 and 5E. RGB value is (74,64,94). Sum of RGB (Red+Green+Blue) = 74+64+94=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A405E is #B5BFA1. Grayscale: #464646. Windows color (decimal): -11911074 or 6176842. OLE color: 6176842.

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

Color convert

RGB 74 64 94 -
CMYK 0.21 0.32 0 0.63
HSL 260º 0.19% 0.31% -
HSV(B) 260º 0.32% 0.37% -
XYZ 6.68 5.93 11.38 -
YUV 70.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 74 64 94 0.21 0.32 0 0.63 260 0.19 0.31
Hex 4A 40 5E 15 20 0 3F 104 13 1F
Octal 112 100 136 25 40 0 77 404 23 37
Binary 1001010 1000000 1011110 10101 100000 0 111111 100000100 10011 11111

Color Harmonies of #4A405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A405E

Black with #4A405E

Text Example


Text Example

White with #4A405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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