Html Css Color HEX #4A395C Meteorite

📋 copy color: '#4A395C'

red 74 ◦ green 57 ◦ blue 92

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

Shades of Meteorite #4A395C

Tints of Meteorite #4A395C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.26%

R = 33.18%
G = 25.56%
B = 41.26%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A395C (or 0x4A395C) is known color: Meteorite. HEX triplet: 4A, 39 and 5C. RGB value is (74,57,92). Sum of RGB (Red+Green+Blue) = 74+57+92=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A395C is #B5C6A3. Grayscale: #414141. Windows color (decimal): -11912868 or 6043978. OLE color: 6043978.

HSL color Cylindrical-coordinate representation of color #4A395C: hue angle of 269.14º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A395C is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 57 92 -
CMYK 0.20 0.38 0 0.64
HSL 269.14º 0.23% 0.29% -
HSV(B) 269.14º 0.38% 0.36% -
XYZ 6.22 5.15 10.79 -
YUV 66.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 74 57 92 0.20 0.38 0 0.64 269.14 0.23 0.29
Hex 4A 39 5C 14 26 0 40 10D 17 1D
Octal 112 71 134 24 46 0 100 415 27 35
Binary 1001010 111001 1011100 10100 100110 0 1000000 100001101 10111 11101

Color Harmonies of #4A395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A395C

Black with #4A395C

Text Example


Text Example

White with #4A395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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