Html Css Color HEX #4F4173 Meteorite

📋 copy color: '#4F4173'

red 79 ◦ green 65 ◦ blue 115

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

Shades of Meteorite #4F4173

Tints of Meteorite #4F4173

RGB

 RED value IS 79 (31.25% from 255) = 30.5%

 GREEN value IS 65 (25.78% from 255) = 25.1%

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 30.5%
G = 25.1%
B = 44.4%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F4173 (or 0x4F4173) is known color: Meteorite. HEX triplet: 4F, 41 and 73. RGB value is (79,65,115). Sum of RGB (Red+Green+Blue) = 79+65+115=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F4173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4173 is #B0BE8C. Grayscale: #4A4A4A. Windows color (decimal): -11583117 or 7553359. OLE color: 7553359.

HSL color Cylindrical-coordinate representation of color #4F4173: hue angle of 256.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F4173 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 65 115 -
CMYK 0.31 0.43 0 0.55
HSL 256.8º 0.28% 0.35% -
HSV(B) 256.8º 0.43% 0.45% -
XYZ 8.21 6.68 17.08 -
YUV 74.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 79 65 115 0.31 0.43 0 0.55 256.8 0.28 0.35
Hex 4F 41 73 1F 2B 0 37 101 1C 23
Octal 117 101 163 37 53 0 67 401 34 43
Binary 1001111 1000001 1110011 11111 101011 0 110111 100000001 11100 100011

Color Harmonies of #4F4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4173

Black with #4F4173

Text Example


Text Example

White with #4F4173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,65,115); }

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

background-color css

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

 a { background-color: rgb(79,65,115); }

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

border-color css

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

 span { border-color: rgb(79,65,115); }

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