Html Css Color HEX #4F486E Meteorite

📋 copy color: '#4F486E'

red 79 ◦ green 72 ◦ blue 110

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

Shades of Meteorite #4F486E

Tints of Meteorite #4F486E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.15%

R = 30.27%
G = 27.59%
B = 42.15%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F486E (or 0x4F486E) is known color: Meteorite. HEX triplet: 4F, 48 and 6E. RGB value is (79,72,110). Sum of RGB (Red+Green+Blue) = 79+72+110=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F486E is #B0B791. Grayscale: #4E4E4E. Windows color (decimal): -11581330 or 7227471. OLE color: 7227471.

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

Color convert

RGB 79 72 110 -
CMYK 0.28 0.35 0 0.57
HSL 251.05º 0.21% 0.36% -
HSV(B) 251.05º 0.35% 0.43% -
XYZ 8.36 7.42 15.74 -
YUV 78.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 79 72 110 0.28 0.35 0 0.57 251.05 0.21 0.36
Hex 4F 48 6E 1C 23 0 39 FB 15 24
Octal 117 110 156 34 43 0 71 373 25 44
Binary 1001111 1001000 1101110 11100 100011 0 111001 11111011 10101 100100

Color Harmonies of #4F486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F486E

Black with #4F486E

Text Example


Text Example

White with #4F486E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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