Html Css Color HEX #4F456B Meteorite

📋 copy color: '#4F456B'

red 79 ◦ green 69 ◦ blue 107

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

Shades of Meteorite #4F456B

Tints of Meteorite #4F456B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

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

R = 30.98%
G = 27.06%
B = 41.96%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F456B (or 0x4F456B) is known color: Meteorite. HEX triplet: 4F, 45 and 6B. RGB value is (79,69,107). Sum of RGB (Red+Green+Blue) = 79+69+107=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F456B is #B0BA94. Grayscale: #4C4C4C. Windows color (decimal): -11582101 or 7030095. OLE color: 7030095.

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

Color convert

RGB 79 69 107 -
CMYK 0.26 0.36 0 0.58
HSL 255.79º 0.22% 0.35% -
HSV(B) 255.79º 0.36% 0.42% -
XYZ 8.01 6.98 14.84 -
YUV 76.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 79 69 107 0.26 0.36 0 0.58 255.79 0.22 0.35
Hex 4F 45 6B 1A 24 0 3A 100 16 23
Octal 117 105 153 32 44 0 72 400 26 43
Binary 1001111 1000101 1101011 11010 100100 0 111010 100000000 10110 100011

Color Harmonies of #4F456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F456B

Black with #4F456B

Text Example


Text Example

White with #4F456B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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