Html Css Color HEX #475168 East Bay

📋 copy color: '#475168'

red 71 ◦ green 81 ◦ blue 104

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

Shades of East Bay #475168

Tints of East Bay #475168

RGB

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

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

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

R = 27.73%
G = 31.64%
B = 40.63%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#475168 (or 0x475168) is known color: East Bay. HEX triplet: 47, 51 and 68. RGB value is (71,81,104). Sum of RGB (Red+Green+Blue) = 71+81+104=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #475168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475168 is #B8AE97. Grayscale: #505050. Windows color (decimal): -12103320 or 6836551. OLE color: 6836551.

HSL color Cylindrical-coordinate representation of color #475168: hue angle of 221.82º 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 #475168 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 81 104 -
CMYK 0.32 0.22 0 0.59
HSL 221.82º 0.19% 0.34% -
HSV(B) 221.82º 0.32% 0.41% -
XYZ 8.04 8.22 14.26 -
YUV 80.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 71 81 104 0.32 0.22 0 0.59 221.82 0.19 0.34
Hex 47 51 68 20 16 0 3B DE 13 22
Octal 107 121 150 40 26 0 73 336 23 42
Binary 1000111 1010001 1101000 100000 10110 0 111011 11011110 10011 100010

Color Harmonies of #475168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475168

Black with #475168

Text Example


Text Example

White with #475168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475168; }

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

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

background-color css

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

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

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

border-color css

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

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

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