Html Css Color HEX #464F50 Mako

📋 copy color: '#464F50'

red 70 ◦ green 79 ◦ blue 80

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

Shades of Mako #464F50

Tints of Mako #464F50

RGB

 RED value IS 70 (27.73% from 255) = 30.57%

 GREEN value IS 79 (31.25% from 255) = 34.5%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 30.57%
G = 34.5%
B = 34.93%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#464F50 (or 0x464F50) is known color: Mako. HEX triplet: 46, 4F and 50. RGB value is (70,79,80). Sum of RGB (Red+Green+Blue) = 70+79+80=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 80 - color contains mainly: blue. Hex color #464F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F50 is #B9B0AF. Grayscale: #4C4C4C. Windows color (decimal): -12169392 or 5263174. OLE color: 5263174.

HSL color Cylindrical-coordinate representation of color #464F50: hue angle of 186º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #464F50 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 79 80 -
CMYK 0.12 0.01 0 0.69
HSL 186º 0.07% 0.29% -
HSV(B) 186º 0.13% 0.31% -
XYZ 6.77 7.47 8.68 -
YUV 76.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 70 79 80 0.12 0.01 0 0.69 186 0.07 0.29
Hex 46 4F 50 C 1 0 45 BA 7 1D
Octal 106 117 120 14 1 0 105 272 7 35
Binary 1000110 1001111 1010000 1100 1 0 1000101 10111010 111 11101

Color Harmonies of #464F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F50

Black with #464F50

Text Example


Text Example

White with #464F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464F50; }

 p { color: rgb(70,79,80); }

 H1.HeaderClassName
 {
   color: #464F50;
 }
 .AnyTagClassName
 {
   color: #464F50;
 }
</style>

background-color css

<style>
 a { background-color: #464F50; }

 a { background-color: rgb(70,79,80); }

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

border-color css

<style>
 span { border-color: #464F50; }

 span { border-color: rgb(70,79,80); }

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