Html Css Color HEX #4F4071 Meteorite

📋 copy color: '#4F4071'

red 79 ◦ green 64 ◦ blue 113

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

Shades of Meteorite #4F4071

Tints of Meteorite #4F4071

RGB

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

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

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

R = 30.86%
G = 25%
B = 44.14%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F4071 (or 0x4F4071) is known color: Meteorite. HEX triplet: 4F, 40 and 71. RGB value is (79,64,113). Sum of RGB (Red+Green+Blue) = 79+64+113=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4071 is #B0BF8E. Grayscale: #494949. Windows color (decimal): -11583375 or 7422031. OLE color: 7422031.

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

Color convert

RGB 79 64 113 -
CMYK 0.30 0.43 0 0.56
HSL 258.37º 0.28% 0.35% -
HSV(B) 258.37º 0.43% 0.44% -
XYZ 8.04 6.52 16.46 -
YUV 74.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 79 64 113 0.30 0.43 0 0.56 258.37 0.28 0.35
Hex 4F 40 71 1E 2B 0 38 102 1C 23
Octal 117 100 161 36 53 0 70 402 34 43
Binary 1001111 1000000 1110001 11110 101011 0 111000 100000010 11100 100011

Color Harmonies of #4F4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4071

Black with #4F4071

Text Example


Text Example

White with #4F4071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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