Html Css Color HEX #4F4170 Meteorite

📋 copy color: '#4F4170'

red 79 ◦ green 65 ◦ blue 112

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

Shades of Meteorite #4F4170

Tints of Meteorite #4F4170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 30.86%
G = 25.39%
B = 43.75%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F4170 (or 0x4F4170) is known color: Meteorite. HEX triplet: 4F, 41 and 70. RGB value is (79,65,112). Sum of RGB (Red+Green+Blue) = 79+65+112=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F4170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4170 is #B0BE8F. Grayscale: #4A4A4A. Windows color (decimal): -11583120 or 7356751. OLE color: 7356751.

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

Color convert

RGB 79 65 112 -
CMYK 0.29 0.42 0 0.56
HSL 257.87º 0.27% 0.35% -
HSV(B) 257.87º 0.42% 0.44% -
XYZ 8.04 6.61 16.18 -
YUV 74.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 79 65 112 0.29 0.42 0 0.56 257.87 0.27 0.35
Hex 4F 41 70 1D 2A 0 38 102 1B 23
Octal 117 101 160 35 52 0 70 402 33 43
Binary 1001111 1000001 1110000 11101 101010 0 111000 100000010 11011 100011

Color Harmonies of #4F4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4170

Black with #4F4170

Text Example


Text Example

White with #4F4170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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