Html Css Color HEX #4F3871 Meteorite

📋 copy color: '#4F3871'

red 79 ◦ green 56 ◦ blue 113

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

Shades of Meteorite #4F3871

Tints of Meteorite #4F3871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.58%

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

R = 31.85%
G = 22.58%
B = 45.56%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F3871 (or 0x4F3871) is known color: Meteorite. HEX triplet: 4F, 38 and 71. RGB value is (79,56,113). Sum of RGB (Red+Green+Blue) = 79+56+113=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F3871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3871 is #B0C78E. Grayscale: #454545. Windows color (decimal): -11585423 or 7419983. OLE color: 7419983.

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

Color convert

RGB 79 56 113 -
CMYK 0.30 0.50 0 0.56
HSL 264.21º 0.34% 0.33% -
HSV(B) 264.21º 0.5% 0.44% -
XYZ 7.62 5.68 16.32 -
YUV 69.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 79 56 113 0.30 0.50 0 0.56 264.21 0.34 0.33
Hex 4F 38 71 1E 32 0 38 108 22 21
Octal 117 70 161 36 62 0 70 410 42 41
Binary 1001111 111000 1110001 11110 110010 0 111000 100001000 100010 100001

Color Harmonies of #4F3871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3871

Black with #4F3871

Text Example


Text Example

White with #4F3871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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