Html Css Color HEX #474E6E East Bay

📋 copy color: '#474E6E'

red 71 ◦ green 78 ◦ blue 110

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

Shades of East Bay #474E6E

Tints of East Bay #474E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.47%

R = 27.41%
G = 30.12%
B = 42.47%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#474E6E (or 0x474E6E) is known color: East Bay. HEX triplet: 47, 4E and 6E. RGB value is (71,78,110). Sum of RGB (Red+Green+Blue) = 71+78+110=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #474E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E6E is #B8B191. Grayscale: #4F4F4F. Windows color (decimal): -12104082 or 7228999. OLE color: 7228999.

HSL color Cylindrical-coordinate representation of color #474E6E: hue angle of 229.23º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #474E6E is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 78 110 -
CMYK 0.35 0.29 0 0.57
HSL 229.23º 0.22% 0.35% -
HSV(B) 229.23º 0.35% 0.43% -
XYZ 8.14 7.91 15.85 -
YUV 79.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 71 78 110 0.35 0.29 0 0.57 229.23 0.22 0.35
Hex 47 4E 6E 23 1D 0 39 E5 16 23
Octal 107 116 156 43 35 0 71 345 26 43
Binary 1000111 1001110 1101110 100011 11101 0 111001 11100101 10110 100011

Color Harmonies of #474E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E6E

Black with #474E6E

Text Example


Text Example

White with #474E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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