Html Css Color HEX #4A396E Meteorite

📋 copy color: '#4A396E'

red 74 ◦ green 57 ◦ blue 110

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

Shades of Meteorite #4A396E

Tints of Meteorite #4A396E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 30.71%
G = 23.65%
B = 45.64%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A396E (or 0x4A396E) is known color: Meteorite. HEX triplet: 4A, 39 and 6E. RGB value is (74,57,110). Sum of RGB (Red+Green+Blue) = 74+57+110=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A396E is #B5C691. Grayscale: #434343. Windows color (decimal): -11912850 or 7223626. OLE color: 7223626.

HSL color Cylindrical-coordinate representation of color #4A396E: hue angle of 259.25º degrees, saturation: 0.32, 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 #4A396E is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 57 110 -
CMYK 0.33 0.48 0 0.57
HSL 259.25º 0.32% 0.33% -
HSV(B) 259.25º 0.48% 0.43% -
XYZ 7.1 5.51 15.44 -
YUV 68.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 74 57 110 0.33 0.48 0 0.57 259.25 0.32 0.33
Hex 4A 39 6E 21 30 0 39 103 20 21
Octal 112 71 156 41 60 0 71 403 40 41
Binary 1001010 111001 1101110 100001 110000 0 111001 100000011 100000 100001

Color Harmonies of #4A396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A396E

Black with #4A396E

Text Example


Text Example

White with #4A396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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