Html Css Color HEX #4F4176 Meteorite

📋 copy color: '#4F4176'

red 79 ◦ green 65 ◦ blue 118

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

Shades of Meteorite #4F4176

Tints of Meteorite #4F4176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 30.15%
G = 24.81%
B = 45.04%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F4176 (or 0x4F4176) is known color: Meteorite. HEX triplet: 4F, 41 and 76. RGB value is (79,65,118). Sum of RGB (Red+Green+Blue) = 79+65+118=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F4176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4176 is #B0BE89. Grayscale: #4B4B4B. Windows color (decimal): -11583114 or 7749967. OLE color: 7749967.

HSL color Cylindrical-coordinate representation of color #4F4176: hue angle of 255.85º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F4176 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 65 118 -
CMYK 0.33 0.45 0 0.54
HSL 255.85º 0.29% 0.36% -
HSV(B) 255.85º 0.45% 0.46% -
XYZ 8.38 6.75 18 -
YUV 75.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 79 65 118 0.33 0.45 0 0.54 255.85 0.29 0.36
Hex 4F 41 76 21 2D 0 36 100 1D 24
Octal 117 101 166 41 55 0 66 400 35 44
Binary 1001111 1000001 1110110 100001 101101 0 110110 100000000 11101 100100

Color Harmonies of #4F4176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4176

Black with #4F4176

Text Example


Text Example

White with #4F4176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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