Html Css Color HEX #4F3F67 Meteorite

📋 copy color: '#4F3F67'

red 79 ◦ green 63 ◦ blue 103

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

Shades of Meteorite #4F3F67

Tints of Meteorite #4F3F67

RGB

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

 GREEN value IS 63 (25% from 255) = 25.71%

 BLUE value IS 103 (40.63% from 255) = 42.04%

R = 32.24%
G = 25.71%
B = 42.04%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4F3F67 (or 0x4F3F67) is known color: Meteorite. HEX triplet: 4F, 3F and 67. RGB value is (79,63,103). Sum of RGB (Red+Green+Blue) = 79+63+103=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 103 - color contains mainly: blue. Hex color #4F3F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3F67 is #B0C098. Grayscale: #484848. Windows color (decimal): -11583641 or 6766415. OLE color: 6766415.

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

Color convert

RGB 79 63 103 -
CMYK 0.23 0.39 0 0.60
HSL 264º 0.24% 0.33% -
HSV(B) 264º 0.39% 0.4% -
XYZ 7.45 6.2 13.64 -
YUV 72.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 79 63 103 0.23 0.39 0 0.60 264 0.24 0.33
Hex 4F 3F 67 17 27 0 3C 108 18 21
Octal 117 77 147 27 47 0 74 410 30 41
Binary 1001111 111111 1100111 10111 100111 0 111100 100001000 11000 100001

Color Harmonies of #4F3F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3F67

Black with #4F3F67

Text Example


Text Example

White with #4F3F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,63,103); }

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

background-color css

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

 a { background-color: rgb(79,63,103); }

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

border-color css

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

 span { border-color: rgb(79,63,103); }

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