Html Css Color HEX #4A366C Meteorite

📋 copy color: '#4A366C'

red 74 ◦ green 54 ◦ blue 108

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

Shades of Meteorite #4A366C

Tints of Meteorite #4A366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

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

R = 31.36%
G = 22.88%
B = 45.76%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A366C (or 0x4A366C) is known color: Meteorite. HEX triplet: 4A, 36 and 6C. RGB value is (74,54,108). Sum of RGB (Red+Green+Blue) = 74+54+108=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A366C is #B5C993. Grayscale: #414141. Windows color (decimal): -11913620 or 7091786. OLE color: 7091786.

HSL color Cylindrical-coordinate representation of color #4A366C: hue angle of 262.22º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A366C is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 54 108 -
CMYK 0.31 0.50 0 0.58
HSL 262.22º 0.33% 0.32% -
HSV(B) 262.22º 0.5% 0.42% -
XYZ 6.85 5.18 14.83 -
YUV 66.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 74 54 108 0.31 0.50 0 0.58 262.22 0.33 0.32
Hex 4A 36 6C 1F 32 0 3A 106 21 20
Octal 112 66 154 37 62 0 72 406 41 40
Binary 1001010 110110 1101100 11111 110010 0 111010 100000110 100001 100000

Color Harmonies of #4A366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A366C

Black with #4A366C

Text Example


Text Example

White with #4A366C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,54,108); }

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

background-color css

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

 a { background-color: rgb(74,54,108); }

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

border-color css

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

 span { border-color: rgb(74,54,108); }

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