#4F4465

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

Shades of Meteorite #4F4465

Tints of Meteorite #4F4465

Color information

#4F4465 (or 0x4F4465) is unknown color: approx Meteorite. HEX triplet: 4F, 44 and 65. RGB value is (79,68,101). Sum of RGB (Red+Green+Blue) = 79+68+101=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F4465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4465 is #B0BB9A. Grayscale: #4A4A4A. Windows color (decimal): -11582363 or 6636623. OLE color: 6636623.

HSL color Cylindrical-coordinate representation of color #4F4465: hue angle of 260º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F4465 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7968101-
CMYK0.220.3300.60
HSL260º19.53%33.14%-
HSV(B)260º32.67%39.61%-
XYZ7.646.7413.21-
YUV75.05142.64130.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=31.85%
G=27.42%
B=40.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79681010.220.3300.6026019.5333.14
Hex4F4465162103C1041421
Octal11710414526410744042441
Binary10011111000100110010110110100001011110010000010010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,68,101); }

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

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

 a { background-color: rgb(79,68,101); }

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

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

 span { border-color: rgb(79,68,101); }

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