Html Css Color HEX #4A406F Meteorite

📋 copy color: '#4A406F'

red 74 ◦ green 64 ◦ blue 111

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

Shades of Meteorite #4A406F

Tints of Meteorite #4A406F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.58%

R = 29.72%
G = 25.7%
B = 44.58%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A406F (or 0x4A406F) is known color: Meteorite. HEX triplet: 4A, 40 and 6F. RGB value is (74,64,111). Sum of RGB (Red+Green+Blue) = 74+64+111=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A406F is #B5BF90. Grayscale: #484848. Windows color (decimal): -11911057 or 7290954. OLE color: 7290954.

HSL color Cylindrical-coordinate representation of color #4A406F: hue angle of 252.77º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A406F is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 64 111 -
CMYK 0.33 0.42 0 0.56
HSL 252.77º 0.27% 0.34% -
HSV(B) 252.77º 0.42% 0.44% -
XYZ 7.53 6.27 15.85 -
YUV 72.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 74 64 111 0.33 0.42 0 0.56 252.77 0.27 0.34
Hex 4A 40 6F 21 2A 0 38 FD 1B 22
Octal 112 100 157 41 52 0 70 375 33 42
Binary 1001010 1000000 1101111 100001 101010 0 111000 11111101 11011 100010

Color Harmonies of #4A406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A406F

Black with #4A406F

Text Example


Text Example

White with #4A406F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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