Html Css Color HEX #4A405F Meteorite

📋 copy color: '#4A405F'

red 74 ◦ green 64 ◦ blue 95

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

Shades of Meteorite #4A405F

Tints of Meteorite #4A405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

 BLUE value IS 95 (37.5% from 255) = 40.77%

R = 31.76%
G = 27.47%
B = 40.77%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A405F (or 0x4A405F) is known color: Meteorite. HEX triplet: 4A, 40 and 5F. RGB value is (74,64,95). Sum of RGB (Red+Green+Blue) = 74+64+95=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A405F is #B5BFA0. Grayscale: #464646. Windows color (decimal): -11911073 or 6242378. OLE color: 6242378.

HSL color Cylindrical-coordinate representation of color #4A405F: hue angle of 259.35º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A405F is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 64 95 -
CMYK 0.22 0.33 0 0.63
HSL 259.35º 0.19% 0.31% -
HSV(B) 259.35º 0.33% 0.37% -
XYZ 6.72 5.95 11.62 -
YUV 70.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 74 64 95 0.22 0.33 0 0.63 259.35 0.19 0.31
Hex 4A 40 5F 16 21 0 3F 103 13 1F
Octal 112 100 137 26 41 0 77 403 23 37
Binary 1001010 1000000 1011111 10110 100001 0 111111 100000011 10011 11111

Color Harmonies of #4A405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A405F

Black with #4A405F

Text Example


Text Example

White with #4A405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,64,95); }

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

background-color css

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

 a { background-color: rgb(74,64,95); }

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

border-color css

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

 span { border-color: rgb(74,64,95); }

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