Html Css Color HEX #4F436B Meteorite

📋 copy color: '#4F436B'

red 79 ◦ green 67 ◦ blue 107

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

Shades of Meteorite #4F436B

Tints of Meteorite #4F436B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

 BLUE value IS 107 (42.19% from 255) = 42.29%

R = 31.23%
G = 26.48%
B = 42.29%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F436B (or 0x4F436B) is known color: Meteorite. HEX triplet: 4F, 43 and 6B. RGB value is (79,67,107). Sum of RGB (Red+Green+Blue) = 79+67+107=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F436B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F436B is #B0BC94. Grayscale: #4B4B4B. Windows color (decimal): -11582613 or 7029583. OLE color: 7029583.

HSL color Cylindrical-coordinate representation of color #4F436B: hue angle of 258º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F436B is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 67 107 -
CMYK 0.26 0.37 0 0.58
HSL 258º 0.23% 0.34% -
HSV(B) 258º 0.37% 0.42% -
XYZ 7.89 6.74 14.79 -
YUV 75.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 79 67 107 0.26 0.37 0 0.58 258 0.23 0.34
Hex 4F 43 6B 1A 25 0 3A 102 17 22
Octal 117 103 153 32 45 0 72 402 27 42
Binary 1001111 1000011 1101011 11010 100101 0 111010 100000010 10111 100010

Color Harmonies of #4F436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F436B

Black with #4F436B

Text Example


Text Example

White with #4F436B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,67,107); }

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

background-color css

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

 a { background-color: rgb(79,67,107); }

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

border-color css

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

 span { border-color: rgb(79,67,107); }

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