Html Css Color HEX #4F486A Meteorite

📋 copy color: '#4F486A'

red 79 ◦ green 72 ◦ blue 106

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

Shades of Meteorite #4F486A

Tints of Meteorite #4F486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

 BLUE value IS 106 (41.8% from 255) = 41.25%

R = 30.74%
G = 28.02%
B = 41.25%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F486A (or 0x4F486A) is known color: Meteorite. HEX triplet: 4F, 48 and 6A. RGB value is (79,72,106). Sum of RGB (Red+Green+Blue) = 79+72+106=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F486A is #B0B795. Grayscale: #4D4D4D. Windows color (decimal): -11581334 or 6965327. OLE color: 6965327.

HSL color Cylindrical-coordinate representation of color #4F486A: hue angle of 252.35º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F486A is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 72 106 -
CMYK 0.25 0.32 0 0.58
HSL 252.35º 0.19% 0.35% -
HSV(B) 252.35º 0.32% 0.42% -
XYZ 8.14 7.34 14.62 -
YUV 77.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 79 72 106 0.25 0.32 0 0.58 252.35 0.19 0.35
Hex 4F 48 6A 19 20 0 3A FC 13 23
Octal 117 110 152 31 40 0 72 374 23 43
Binary 1001111 1001000 1101010 11001 100000 0 111010 11111100 10011 100011

Color Harmonies of #4F486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F486A

Black with #4F486A

Text Example


Text Example

White with #4F486A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,72,106); }

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

background-color css

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

 a { background-color: rgb(79,72,106); }

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

border-color css

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

 span { border-color: rgb(79,72,106); }

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