Html Css Color HEX #4A346A Meteorite

📋 copy color: '#4A346A'

red 74 ◦ green 52 ◦ blue 106

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

Shades of Meteorite #4A346A

Tints of Meteorite #4A346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

 BLUE value IS 106 (41.8% from 255) = 45.69%

R = 31.9%
G = 22.41%
B = 45.69%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A346A (or 0x4A346A) is known color: Meteorite. HEX triplet: 4A, 34 and 6A. RGB value is (74,52,106). Sum of RGB (Red+Green+Blue) = 74+52+106=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 106 - color contains mainly: blue. Hex color #4A346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A346A is #B5CB95. Grayscale: #404040. Windows color (decimal): -11914134 or 6960202. OLE color: 6960202.

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

Color convert

RGB 74 52 106 -
CMYK 0.30 0.51 0 0.58
HSL 264.44º 0.34% 0.31% -
HSV(B) 264.44º 0.51% 0.42% -
XYZ 6.65 4.95 14.24 -
YUV 64.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 74 52 106 0.30 0.51 0 0.58 264.44 0.34 0.31
Hex 4A 34 6A 1E 33 0 3A 108 22 1F
Octal 112 64 152 36 63 0 72 410 42 37
Binary 1001010 110100 1101010 11110 110011 0 111010 100001000 100010 11111

Color Harmonies of #4A346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A346A

Black with #4A346A

Text Example


Text Example

White with #4A346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,52,106); }

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

background-color css

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

 a { background-color: rgb(74,52,106); }

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

border-color css

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

 span { border-color: rgb(74,52,106); }

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