#4F4A68

Color #4F4A68 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #4F4A68

Tints of Meteorite #4F4A68

Color information

#4F4A68 (or 0x4F4A68) is unknown color: approx Meteorite. HEX triplet: 4F, 4A and 68. RGB value is (79,74,104). Sum of RGB (Red+Green+Blue) = 79+74+104=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F4A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4A68 is #B0B597. Grayscale: #4E4E4E. Windows color (decimal): -11580824 or 6834767. OLE color: 6834767.

HSL color Cylindrical-coordinate representation of color #4F4A68: hue angle of 250º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F4A68 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7974104-
CMYK0.240.2900.59
HSL250º16.85%34.9%-
HSV(B)250º28.85%40.78%-
XYZ8.177.5614.13-
YUV78.91142.16128.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.74%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=30.74%
G=28.79%
B=40.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79741040.240.2900.5925016.8534.9
Hex4F4A68181D03Bfa1123
Octal11711215030350733722143
Binary100111110010101101000110001110101110111111101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,74,104); }

 H1.HeaderClassName
 {
   color: #4F4A68;
 }
 .AnyTagClassName
 {
   color: #4F4A68;
 }
</style>
background-color css

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

 a { background-color: rgb(79,74,104); }

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

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

 span { border-color: rgb(79,74,104); }

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