Html Css Color HEX #4A385E Meteorite

📋 copy color: '#4A385E'

red 74 ◦ green 56 ◦ blue 94

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

Shades of Meteorite #4A385E

Tints of Meteorite #4A385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25%

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 33.04%
G = 25%
B = 41.96%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A385E (or 0x4A385E) is known color: Meteorite. HEX triplet: 4A, 38 and 5E. RGB value is (74,56,94). Sum of RGB (Red+Green+Blue) = 74+56+94=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A385E is #B5C7A1. Grayscale: #414141. Windows color (decimal): -11913122 or 6174794. OLE color: 6174794.

HSL color Cylindrical-coordinate representation of color #4A385E: hue angle of 268.42º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A385E is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 56 94 -
CMYK 0.21 0.40 0 0.63
HSL 268.42º 0.25% 0.29% -
HSV(B) 268.42º 0.4% 0.37% -
XYZ 6.26 5.09 11.24 -
YUV 65.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 74 56 94 0.21 0.40 0 0.63 268.42 0.25 0.29
Hex 4A 38 5E 15 28 0 3F 10C 19 1D
Octal 112 70 136 25 50 0 77 414 31 35
Binary 1001010 111000 1011110 10101 101000 0 111111 100001100 11001 11101

Color Harmonies of #4A385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A385E

Black with #4A385E

Text Example


Text Example

White with #4A385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,56,94); }

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

background-color css

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

 a { background-color: rgb(74,56,94); }

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

border-color css

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

 span { border-color: rgb(74,56,94); }

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