Html Css Color HEX #475165 East Bay

📋 copy color: '#475165'

red 71 ◦ green 81 ◦ blue 101

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

Shades of East Bay #475165

Tints of East Bay #475165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.92%

R = 28.06%
G = 32.02%
B = 39.92%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#475165 (or 0x475165) is known color: East Bay. HEX triplet: 47, 51 and 65. RGB value is (71,81,101). Sum of RGB (Red+Green+Blue) = 71+81+101=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #475165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475165 is #B8AE9A. Grayscale: #505050. Windows color (decimal): -12103323 or 6639943. OLE color: 6639943.

HSL color Cylindrical-coordinate representation of color #475165: hue angle of 220º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475165 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 81 101 -
CMYK 0.30 0.20 0 0.60
HSL 220º 0.17% 0.34% -
HSV(B) 220º 0.3% 0.4% -
XYZ 7.89 8.16 13.47 -
YUV 80.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 71 81 101 0.30 0.20 0 0.60 220 0.17 0.34
Hex 47 51 65 1E 14 0 3C DC 11 22
Octal 107 121 145 36 24 0 74 334 21 42
Binary 1000111 1010001 1100101 11110 10100 0 111100 11011100 10001 100010

Color Harmonies of #475165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475165

Black with #475165

Text Example


Text Example

White with #475165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475165; }

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

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

background-color css

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

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

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

border-color css

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

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

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