Html Css Color HEX #4A356C Meteorite

📋 copy color: '#4A356C'

red 74 ◦ green 53 ◦ blue 108

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

Shades of Meteorite #4A356C

Tints of Meteorite #4A356C

RGB

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

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

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

R = 31.49%
G = 22.55%
B = 45.96%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A356C (or 0x4A356C) is known color: Meteorite. HEX triplet: 4A, 35 and 6C. RGB value is (74,53,108). Sum of RGB (Red+Green+Blue) = 74+53+108=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A356C is #B5CA93. Grayscale: #414141. Windows color (decimal): -11913876 or 7091530. OLE color: 7091530.

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

Color convert

RGB 74 53 108 -
CMYK 0.31 0.51 0 0.58
HSL 262.91º 0.34% 0.32% -
HSV(B) 262.91º 0.51% 0.42% -
XYZ 6.8 5.08 14.81 -
YUV 65.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 74 53 108 0.31 0.51 0 0.58 262.91 0.34 0.32
Hex 4A 35 6C 1F 33 0 3A 107 22 20
Octal 112 65 154 37 63 0 72 407 42 40
Binary 1001010 110101 1101100 11111 110011 0 111010 100000111 100010 100000

Color Harmonies of #4A356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A356C

Black with #4A356C

Text Example


Text Example

White with #4A356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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