Html Css Color HEX #475B5C Mako

📋 copy color: '#475B5C'

red 71 ◦ green 91 ◦ blue 92

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

Shades of Mako #475B5C

Tints of Mako #475B5C

RGB

 RED value IS 71 (28.13% from 255) = 27.95%

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

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

R = 27.95%
G = 35.83%
B = 36.22%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#475B5C (or 0x475B5C) is known color: Mako. HEX triplet: 47, 5B and 5C. RGB value is (71,91,92). Sum of RGB (Red+Green+Blue) = 71+91+92=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 92 - color contains mainly: blue. Hex color #475B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B5C is #B8A4A3. Grayscale: #555555. Windows color (decimal): -12100772 or 6052679. OLE color: 6052679.

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

Color convert

RGB 71 91 92 -
CMYK 0.23 0.01 0 0.64
HSL 182.86º 0.13% 0.32% -
HSV(B) 182.86º 0.23% 0.36% -
XYZ 8.27 9.59 11.54 -
YUV 85.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 71 91 92 0.23 0.01 0 0.64 182.86 0.13 0.32
Hex 47 5B 5C 17 1 0 40 B7 D 20
Octal 107 133 134 27 1 0 100 267 15 40
Binary 1000111 1011011 1011100 10111 1 0 1000000 10110111 1101 100000

Color Harmonies of #475B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B5C

Black with #475B5C

Text Example


Text Example

White with #475B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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