Html Css Color HEX #475470 East Bay

📋 copy color: '#475470'

red 71 ◦ green 84 ◦ blue 112

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

Shades of East Bay #475470

Tints of East Bay #475470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

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

R = 26.59%
G = 31.46%
B = 41.95%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#475470 (or 0x475470) is known color: East Bay. HEX triplet: 47, 54 and 70. RGB value is (71,84,112). Sum of RGB (Red+Green+Blue) = 71+84+112=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #475470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475470 is #B8AB8F. Grayscale: #535353. Windows color (decimal): -12102544 or 7361607. OLE color: 7361607.

HSL color Cylindrical-coordinate representation of color #475470: hue angle of 220.98º 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 #475470 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 84 112 -
CMYK 0.37 0.25 0 0.56
HSL 220.98º 0.22% 0.36% -
HSV(B) 220.98º 0.37% 0.44% -
XYZ 8.69 8.85 16.58 -
YUV 83.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 71 84 112 0.37 0.25 0 0.56 220.98 0.22 0.36
Hex 47 54 70 25 19 0 38 DD 16 24
Octal 107 124 160 45 31 0 70 335 26 44
Binary 1000111 1010100 1110000 100101 11001 0 111000 11011101 10110 100100

Color Harmonies of #475470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475470

Black with #475470

Text Example


Text Example

White with #475470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475470; }

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

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

background-color css

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

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

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

border-color css

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

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

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