Html Css Color HEX #474E68 East Bay

📋 copy color: '#474E68'

red 71 ◦ green 78 ◦ blue 104

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

Shades of East Bay #474E68

Tints of East Bay #474E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.83%

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

R = 28.06%
G = 30.83%
B = 41.11%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#474E68 (or 0x474E68) is known color: East Bay. HEX triplet: 47, 4E and 68. RGB value is (71,78,104). Sum of RGB (Red+Green+Blue) = 71+78+104=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #474E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E68 is #B8B197. Grayscale: #4E4E4E. Windows color (decimal): -12104088 or 6835783. OLE color: 6835783.

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

Color convert

RGB 71 78 104 -
CMYK 0.32 0.25 0 0.59
HSL 227.27º 0.19% 0.34% -
HSV(B) 227.27º 0.32% 0.41% -
XYZ 7.82 7.79 14.19 -
YUV 78.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 71 78 104 0.32 0.25 0 0.59 227.27 0.19 0.34
Hex 47 4E 68 20 19 0 3B E3 13 22
Octal 107 116 150 40 31 0 73 343 23 42
Binary 1000111 1001110 1101000 100000 11001 0 111011 11100011 10011 100010

Color Harmonies of #474E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E68

Black with #474E68

Text Example


Text Example

White with #474E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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