Html Css Color HEX #475164 East Bay

📋 copy color: '#475164'

red 71 ◦ green 81 ◦ blue 100

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

Shades of East Bay #475164

Tints of East Bay #475164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

 BLUE value IS 100 (39.45% from 255) = 39.68%

R = 28.17%
G = 32.14%
B = 39.68%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#475164 (or 0x475164) is known color: East Bay. HEX triplet: 47, 51 and 64. RGB value is (71,81,100). Sum of RGB (Red+Green+Blue) = 71+81+100=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 100 - color contains mainly: blue. Hex color #475164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475164 is #B8AE9B. Grayscale: #505050. Windows color (decimal): -12103324 or 6574407. OLE color: 6574407.

HSL color Cylindrical-coordinate representation of color #475164: hue angle of 219.31º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #475164 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 81 100 -
CMYK 0.29 0.19 0 0.61
HSL 219.31º 0.17% 0.34% -
HSV(B) 219.31º 0.29% 0.39% -
XYZ 7.84 8.14 13.22 -
YUV 80.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 71 81 100 0.29 0.19 0 0.61 219.31 0.17 0.34
Hex 47 51 64 1D 13 0 3D DB 11 22
Octal 107 121 144 35 23 0 75 333 21 42
Binary 1000111 1010001 1100100 11101 10011 0 111101 11011011 10001 100010

Color Harmonies of #475164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475164

Black with #475164

Text Example


Text Example

White with #475164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475164; }

 p { color: rgb(71,81,100); }

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

background-color css

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

 a { background-color: rgb(71,81,100); }

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

border-color css

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

 span { border-color: rgb(71,81,100); }

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