Html Css Color HEX #464E4F Mako

📋 copy color: '#464E4F'

red 70 ◦ green 78 ◦ blue 79

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

Shades of Mako #464E4F

Tints of Mako #464E4F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 30.84%
G = 34.36%
B = 34.8%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#464E4F (or 0x464E4F) is known color: Mako. HEX triplet: 46, 4E and 4F. RGB value is (70,78,79). Sum of RGB (Red+Green+Blue) = 70+78+79=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 79 - color contains mainly: blue. Hex color #464E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E4F is #B9B1B0. Grayscale: #4B4B4B. Windows color (decimal): -12169649 or 5197382. OLE color: 5197382.

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

Color convert

RGB 70 78 79 -
CMYK 0.11 0.01 0 0.69
HSL 186.67º 0.06% 0.29% -
HSV(B) 186.67º 0.11% 0.31% -
XYZ 6.66 7.32 8.46 -
YUV 75.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 70 78 79 0.11 0.01 0 0.69 186.67 0.06 0.29
Hex 46 4E 4F B 1 0 45 BB 6 1D
Octal 106 116 117 13 1 0 105 273 6 35
Binary 1000110 1001110 1001111 1011 1 0 1000101 10111011 110 11101

Color Harmonies of #464E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E4F

Black with #464E4F

Text Example


Text Example

White with #464E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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