Html Css Color HEX #4A396D Meteorite

📋 copy color: '#4A396D'

red 74 ◦ green 57 ◦ blue 109

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

Shades of Meteorite #4A396D

Tints of Meteorite #4A396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.75%

 BLUE value IS 109 (42.97% from 255) = 45.42%

R = 30.83%
G = 23.75%
B = 45.42%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A396D (or 0x4A396D) is known color: Meteorite. HEX triplet: 4A, 39 and 6D. RGB value is (74,57,109). Sum of RGB (Red+Green+Blue) = 74+57+109=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A396D is #B5C692. Grayscale: #434343. Windows color (decimal): -11912851 or 7158090. OLE color: 7158090.

HSL color Cylindrical-coordinate representation of color #4A396D: hue angle of 259.62º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A396D is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 57 109 -
CMYK 0.32 0.48 0 0.57
HSL 259.62º 0.31% 0.33% -
HSV(B) 259.62º 0.48% 0.43% -
XYZ 7.05 5.49 15.16 -
YUV 68.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 74 57 109 0.32 0.48 0 0.57 259.62 0.31 0.33
Hex 4A 39 6D 20 30 0 39 104 1F 21
Octal 112 71 155 40 60 0 71 404 37 41
Binary 1001010 111001 1101101 100000 110000 0 111001 100000100 11111 100001

Color Harmonies of #4A396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A396D

Black with #4A396D

Text Example


Text Example

White with #4A396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,57,109); }

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

background-color css

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

 a { background-color: rgb(74,57,109); }

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

border-color css

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

 span { border-color: rgb(74,57,109); }

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