Html Css Color HEX #465455 Mako

📋 copy color: '#465455'

red 70 ◦ green 84 ◦ blue 85

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

Shades of Mako #465455

Tints of Mako #465455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.15%

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 29.29%
G = 35.15%
B = 35.56%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#465455 (or 0x465455) is known color: Mako. HEX triplet: 46, 54 and 55. RGB value is (70,84,85). Sum of RGB (Red+Green+Blue) = 70+84+85=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: blue. Hex color #465455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465455 is #B9ABAA. Grayscale: #4F4F4F. Windows color (decimal): -12168107 or 5592134. OLE color: 5592134.

HSL color Cylindrical-coordinate representation of color #465455: hue angle of 184º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #465455 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 85 -
CMYK 0.18 0.01 0 0.67
HSL 184º 0.1% 0.3% -
HSV(B) 184º 0.18% 0.33% -
XYZ 7.34 8.3 9.81 -
YUV 79.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 70 84 85 0.18 0.01 0 0.67 184 0.1 0.3
Hex 46 54 55 12 1 0 43 B8 A 1E
Octal 106 124 125 22 1 0 103 270 12 36
Binary 1000110 1010100 1010101 10010 1 0 1000011 10111000 1010 11110

Color Harmonies of #465455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465455

Black with #465455

Text Example


Text Example

White with #465455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465455; }

 p { color: rgb(70,84,85); }

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

background-color css

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

 a { background-color: rgb(70,84,85); }

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

border-color css

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

 span { border-color: rgb(70,84,85); }

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