Html Css Color HEX #475668 East Bay

📋 copy color: '#475668'

red 71 ◦ green 86 ◦ blue 104

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

Shades of East Bay #475668

Tints of East Bay #475668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.95%

 BLUE value IS 104 (41.02% from 255) = 39.85%

R = 27.2%
G = 32.95%
B = 39.85%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#475668 (or 0x475668) is known color: East Bay. HEX triplet: 47, 56 and 68. RGB value is (71,86,104). Sum of RGB (Red+Green+Blue) = 71+86+104=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #475668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475668 is #B8A997. Grayscale: #535353. Windows color (decimal): -12102040 or 6837831. OLE color: 6837831.

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

Color convert

RGB 71 86 104 -
CMYK 0.32 0.17 0 0.59
HSL 212.73º 0.19% 0.34% -
HSV(B) 212.73º 0.32% 0.41% -
XYZ 8.43 8.99 14.39 -
YUV 83.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 71 86 104 0.32 0.17 0 0.59 212.73 0.19 0.34
Hex 47 56 68 20 11 0 3B D5 13 22
Octal 107 126 150 40 21 0 73 325 23 42
Binary 1000111 1010110 1101000 100000 10001 0 111011 11010101 10011 100010

Color Harmonies of #475668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475668

Black with #475668

Text Example


Text Example

White with #475668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475668; }

 p { color: rgb(71,86,104); }

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

background-color css

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

 a { background-color: rgb(71,86,104); }

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

border-color css

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

 span { border-color: rgb(71,86,104); }

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