Html Css Color HEX #474F6D East Bay

📋 copy color: '#474F6D'

red 71 ◦ green 79 ◦ blue 109

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

Shades of East Bay #474F6D

Tints of East Bay #474F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.5%

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 27.41%
G = 30.5%
B = 42.08%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#474F6D (or 0x474F6D) is known color: East Bay. HEX triplet: 47, 4F and 6D. RGB value is (71,79,109). Sum of RGB (Red+Green+Blue) = 71+79+109=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #474F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F6D is #B8B092. Grayscale: #4F4F4F. Windows color (decimal): -12103827 or 7163719. OLE color: 7163719.

HSL color Cylindrical-coordinate representation of color #474F6D: hue angle of 227.37º degrees, saturation: 0.21, 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 #474F6D is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 79 109 -
CMYK 0.35 0.28 0 0.57
HSL 227.37º 0.21% 0.35% -
HSV(B) 227.37º 0.35% 0.43% -
XYZ 8.15 8.04 15.59 -
YUV 80.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 71 79 109 0.35 0.28 0 0.57 227.37 0.21 0.35
Hex 47 4F 6D 23 1C 0 39 E3 15 23
Octal 107 117 155 43 34 0 71 343 25 43
Binary 1000111 1001111 1101101 100011 11100 0 111001 11100011 10101 100011

Color Harmonies of #474F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F6D

Black with #474F6D

Text Example


Text Example

White with #474F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,79,109); }

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

background-color css

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

 a { background-color: rgb(71,79,109); }

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

border-color css

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

 span { border-color: rgb(71,79,109); }

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