Html Css Color HEX #475068 East Bay

📋 copy color: '#475068'

red 71 ◦ green 80 ◦ blue 104

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

Shades of East Bay #475068

Tints of East Bay #475068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.37%

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

R = 27.84%
G = 31.37%
B = 40.78%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#475068 (or 0x475068) is known color: East Bay. HEX triplet: 47, 50 and 68. RGB value is (71,80,104). Sum of RGB (Red+Green+Blue) = 71+80+104=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #475068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475068 is #B8AF97. Grayscale: #4F4F4F. Windows color (decimal): -12103576 or 6836295. OLE color: 6836295.

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

Color convert

RGB 71 80 104 -
CMYK 0.32 0.23 0 0.59
HSL 223.64º 0.19% 0.34% -
HSV(B) 223.64º 0.32% 0.41% -
XYZ 7.97 8.08 14.24 -
YUV 80.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 71 80 104 0.32 0.23 0 0.59 223.64 0.19 0.34
Hex 47 50 68 20 17 0 3B E0 13 22
Octal 107 120 150 40 27 0 73 340 23 42
Binary 1000111 1010000 1101000 100000 10111 0 111011 11100000 10011 100010

Color Harmonies of #475068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475068

Black with #475068

Text Example


Text Example

White with #475068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475068; }

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

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

background-color css

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

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

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

border-color css

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

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

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