Html Css Color HEX #4A3E61 Meteorite

📋 copy color: '#4A3E61'

red 74 ◦ green 62 ◦ blue 97

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

Shades of Meteorite #4A3E61

Tints of Meteorite #4A3E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.61%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 31.76%
G = 26.61%
B = 41.63%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A3E61 (or 0x4A3E61) is known color: Meteorite. HEX triplet: 4A, 3E and 61. RGB value is (74,62,97). Sum of RGB (Red+Green+Blue) = 74+62+97=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A3E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E61 is #B5C19E. Grayscale: #454545. Windows color (decimal): -11911583 or 6372938. OLE color: 6372938.

HSL color Cylindrical-coordinate representation of color #4A3E61: hue angle of 260.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A3E61 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 62 97 -
CMYK 0.24 0.36 0 0.62
HSL 260.57º 0.22% 0.31% -
HSV(B) 260.57º 0.36% 0.38% -
XYZ 6.7 5.76 12.07 -
YUV 69.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 74 62 97 0.24 0.36 0 0.62 260.57 0.22 0.31
Hex 4A 3E 61 18 24 0 3E 105 16 1F
Octal 112 76 141 30 44 0 76 405 26 37
Binary 1001010 111110 1100001 11000 100100 0 111110 100000101 10110 11111

Color Harmonies of #4A3E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3E61

Black with #4A3E61

Text Example


Text Example

White with #4A3E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,62,97); }

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

background-color css

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

 a { background-color: rgb(74,62,97); }

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

border-color css

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

 span { border-color: rgb(74,62,97); }

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