Html Css Color HEX #4F4272 Meteorite

📋 copy color: '#4F4272'

red 79 ◦ green 66 ◦ blue 114

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

Shades of Meteorite #4F4272

Tints of Meteorite #4F4272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

 BLUE value IS 114 (44.92% from 255) = 44.02%

R = 30.5%
G = 25.48%
B = 44.02%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F4272 (or 0x4F4272) is known color: Meteorite. HEX triplet: 4F, 42 and 72. RGB value is (79,66,114). Sum of RGB (Red+Green+Blue) = 79+66+114=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F4272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4272 is #B0BD8D. Grayscale: #4B4B4B. Windows color (decimal): -11582862 or 7488079. OLE color: 7488079.

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

Color convert

RGB 79 66 114 -
CMYK 0.31 0.42 0 0.55
HSL 256.25º 0.27% 0.35% -
HSV(B) 256.25º 0.42% 0.45% -
XYZ 8.21 6.77 16.79 -
YUV 75.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 79 66 114 0.31 0.42 0 0.55 256.25 0.27 0.35
Hex 4F 42 72 1F 2A 0 37 100 1B 23
Octal 117 102 162 37 52 0 67 400 33 43
Binary 1001111 1000010 1110010 11111 101010 0 110111 100000000 11011 100011

Color Harmonies of #4F4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4272

Black with #4F4272

Text Example


Text Example

White with #4F4272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,66,114); }

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

background-color css

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

 a { background-color: rgb(79,66,114); }

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

border-color css

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

 span { border-color: rgb(79,66,114); }

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