Html Css Color HEX #4F4465 Meteorite

📋 copy color: '#4F4465'

red 79 ◦ green 68 ◦ blue 101

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

Shades of Meteorite #4F4465

Tints of Meteorite #4F4465

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 value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4F4465 (or 0x4F4465) is known color: 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

RGB 79 68 101 -
CMYK 0.22 0.33 0 0.60
HSL 260º 0.2% 0.33% -
HSV(B) 260º 0.33% 0.4% -
XYZ 7.64 6.74 13.21 -
YUV 75.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 79 68 101 0.22 0.33 0 0.60 260 0.2 0.33
Hex 4F 44 65 16 21 0 3C 104 14 21
Octal 117 104 145 26 41 0 74 404 24 41
Binary 1001111 1000100 1100101 10110 100001 0 111100 100000100 10100 100001

Color Harmonies of #4F4465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4465

Black with #4F4465

Text Example


Text Example

White with #4F4465

Text Example


Text Example

HTML Codes & Css Web 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>