Html Css Color HEX #4A4076 Meteorite

📋 copy color: '#4A4076'

red 74 ◦ green 64 ◦ blue 118

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

Shades of Meteorite #4A4076

Tints of Meteorite #4A4076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 28.91%
G = 25%
B = 46.09%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A4076 (or 0x4A4076) is known color: Meteorite. HEX triplet: 4A, 40 and 76. RGB value is (74,64,118). Sum of RGB (Red+Green+Blue) = 74+64+118=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A4076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4076 is #B5BF89. Grayscale: #484848. Windows color (decimal): -11911050 or 7749706. OLE color: 7749706.

HSL color Cylindrical-coordinate representation of color #4A4076: hue angle of 251.11º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A4076 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 64 118 -
CMYK 0.37 0.46 0 0.54
HSL 251.11º 0.3% 0.36% -
HSV(B) 251.11º 0.46% 0.46% -
XYZ 7.93 6.43 17.96 -
YUV 73.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 74 64 118 0.37 0.46 0 0.54 251.11 0.3 0.36
Hex 4A 40 76 25 2E 0 36 FB 1E 24
Octal 112 100 166 45 56 0 66 373 36 44
Binary 1001010 1000000 1110110 100101 101110 0 110110 11111011 11110 100100

Color Harmonies of #4A4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4076

Black with #4A4076

Text Example


Text Example

White with #4A4076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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