Html Css Color HEX #4F3E71 Meteorite

📋 copy color: '#4F3E71'

red 79 ◦ green 62 ◦ blue 113

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

Shades of Meteorite #4F3E71

Tints of Meteorite #4F3E71

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.41%

 BLUE value IS 113 (44.53% from 255) = 44.49%

R = 31.1%
G = 24.41%
B = 44.49%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F3E71 (or 0x4F3E71) is known color: Meteorite. HEX triplet: 4F, 3E and 71. RGB value is (79,62,113). Sum of RGB (Red+Green+Blue) = 79+62+113=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F3E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3E71 is #B0C18E. Grayscale: #484848. Windows color (decimal): -11583887 or 7421519. OLE color: 7421519.

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

Color convert

RGB 79 62 113 -
CMYK 0.30 0.45 0 0.56
HSL 260º 0.29% 0.34% -
HSV(B) 260º 0.45% 0.44% -
XYZ 7.93 6.3 16.42 -
YUV 72.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 79 62 113 0.30 0.45 0 0.56 260 0.29 0.34
Hex 4F 3E 71 1E 2D 0 38 104 1D 22
Octal 117 76 161 36 55 0 70 404 35 42
Binary 1001111 111110 1110001 11110 101101 0 111000 100000100 11101 100010

Color Harmonies of #4F3E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3E71

Black with #4F3E71

Text Example


Text Example

White with #4F3E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,62,113); }

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

background-color css

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

 a { background-color: rgb(79,62,113); }

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

border-color css

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

 span { border-color: rgb(79,62,113); }

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