Html Css Color HEX #475370 East Bay

📋 copy color: '#475370'

red 71 ◦ green 83 ◦ blue 112

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

Shades of East Bay #475370

Tints of East Bay #475370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 26.69%
G = 31.2%
B = 42.11%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#475370 (or 0x475370) is known color: East Bay. HEX triplet: 47, 53 and 70. RGB value is (71,83,112). Sum of RGB (Red+Green+Blue) = 71+83+112=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #475370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475370 is #B8AC8F. Grayscale: #525252. Windows color (decimal): -12102800 or 7361351. OLE color: 7361351.

HSL color Cylindrical-coordinate representation of color #475370: hue angle of 222.44º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #475370 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 83 112 -
CMYK 0.37 0.26 0 0.56
HSL 222.44º 0.22% 0.36% -
HSV(B) 222.44º 0.37% 0.44% -
XYZ 8.62 8.7 16.55 -
YUV 82.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 71 83 112 0.37 0.26 0 0.56 222.44 0.22 0.36
Hex 47 53 70 25 1A 0 38 DE 16 24
Octal 107 123 160 45 32 0 70 336 26 44
Binary 1000111 1010011 1110000 100101 11010 0 111000 11011110 10110 100100

Color Harmonies of #475370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475370

Black with #475370

Text Example


Text Example

White with #475370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475370; }

 p { color: rgb(71,83,112); }

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

background-color css

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

 a { background-color: rgb(71,83,112); }

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

border-color css

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

 span { border-color: rgb(71,83,112); }

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