Html Css Color HEX #465253 Mako

📋 copy color: '#465253'

red 70 ◦ green 82 ◦ blue 83

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

Shades of Mako #465253

Tints of Mako #465253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.89%

 BLUE value IS 83 (32.81% from 255) = 35.32%

R = 29.79%
G = 34.89%
B = 35.32%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#465253 (or 0x465253) is known color: Mako. HEX triplet: 46, 52 and 53. RGB value is (70,82,83). Sum of RGB (Red+Green+Blue) = 70+82+83=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 83 - color contains mainly: blue. Hex color #465253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465253 is #B9ADAC. Grayscale: #4E4E4E. Windows color (decimal): -12168621 or 5460550. OLE color: 5460550.

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

Color convert

RGB 70 82 83 -
CMYK 0.16 0.01 0 0.67
HSL 184.62º 0.08% 0.3% -
HSV(B) 184.62º 0.16% 0.33% -
XYZ 7.1 7.96 9.35 -
YUV 78.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 70 82 83 0.16 0.01 0 0.67 184.62 0.08 0.3
Hex 46 52 53 10 1 0 43 B9 8 1E
Octal 106 122 123 20 1 0 103 271 10 36
Binary 1000110 1010010 1010011 10000 1 0 1000011 10111001 1000 11110

Color Harmonies of #465253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465253

Black with #465253

Text Example


Text Example

White with #465253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465253; }

 p { color: rgb(70,82,83); }

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

background-color css

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

 a { background-color: rgb(70,82,83); }

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

border-color css

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

 span { border-color: rgb(70,82,83); }

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