Html Css Color HEX #465B5C Mako

📋 copy color: '#465B5C'

red 70 ◦ green 91 ◦ blue 92

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

Shades of Mako #465B5C

Tints of Mako #465B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.97%

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 27.67%
G = 35.97%
B = 36.36%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#465B5C (or 0x465B5C) is known color: Mako. HEX triplet: 46, 5B and 5C. RGB value is (70,91,92). Sum of RGB (Red+Green+Blue) = 70+91+92=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 92 - color contains mainly: blue. Hex color #465B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B5C is #B9A4A3. Grayscale: #545454. Windows color (decimal): -12166308 or 6052678. OLE color: 6052678.

HSL color Cylindrical-coordinate representation of color #465B5C: hue angle of 182.73º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #465B5C is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 91 92 -
CMYK 0.24 0.01 0 0.64
HSL 182.73º 0.14% 0.32% -
HSV(B) 182.73º 0.24% 0.36% -
XYZ 8.2 9.56 11.54 -
YUV 84.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 70 91 92 0.24 0.01 0 0.64 182.73 0.14 0.32
Hex 46 5B 5C 18 1 0 40 B7 E 20
Octal 106 133 134 30 1 0 100 267 16 40
Binary 1000110 1011011 1011100 11000 1 0 1000000 10110111 1110 100000

Color Harmonies of #465B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B5C

Black with #465B5C

Text Example


Text Example

White with #465B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465B5C; }

 p { color: rgb(70,91,92); }

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

background-color css

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

 a { background-color: rgb(70,91,92); }

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

border-color css

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

 span { border-color: rgb(70,91,92); }

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