Html Css Color HEX #4A356B Meteorite

📋 copy color: '#4A356B'

red 74 ◦ green 53 ◦ blue 107

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

Shades of Meteorite #4A356B

Tints of Meteorite #4A356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

 BLUE value IS 107 (42.19% from 255) = 45.73%

R = 31.62%
G = 22.65%
B = 45.73%

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

#4A356B (or 0x4A356B) is known color: Meteorite. HEX triplet: 4A, 35 and 6B. RGB value is (74,53,107). Sum of RGB (Red+Green+Blue) = 74+53+107=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A356B is #B5CA94. Grayscale: #414141. Windows color (decimal): -11913877 or 7025994. OLE color: 7025994.

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

Color convert

RGB 74 53 107 -
CMYK 0.31 0.50 0 0.58
HSL 263.33º 0.34% 0.31% -
HSV(B) 263.33º 0.5% 0.42% -
XYZ 6.75 5.06 14.53 -
YUV 65.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 74 53 107 0.31 0.50 0 0.58 263.33 0.34 0.31
Hex 4A 35 6B 1F 32 0 3A 107 22 1F
Octal 112 65 153 37 62 0 72 407 42 37
Binary 1001010 110101 1101011 11111 110010 0 111010 100000111 100010 11111

Color Harmonies of #4A356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A356B

Black with #4A356B

Text Example


Text Example

White with #4A356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,53,107); }

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

background-color css

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

 a { background-color: rgb(74,53,107); }

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

border-color css

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

 span { border-color: rgb(74,53,107); }

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