Html Css Color HEX #474D64 East Bay

📋 copy color: '#474D64'

red 71 ◦ green 77 ◦ blue 100

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

Shades of East Bay #474D64

Tints of East Bay #474D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.05%

 BLUE value IS 100 (39.45% from 255) = 40.32%

R = 28.63%
G = 31.05%
B = 40.32%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#474D64 (or 0x474D64) is known color: East Bay. HEX triplet: 47, 4D and 64. RGB value is (71,77,100). Sum of RGB (Red+Green+Blue) = 71+77+100=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 100 - color contains mainly: blue. Hex color #474D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D64 is #B8B29B. Grayscale: #4D4D4D. Windows color (decimal): -12104348 or 6573383. OLE color: 6573383.

HSL color Cylindrical-coordinate representation of color #474D64: hue angle of 227.59º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #474D64 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 77 100 -
CMYK 0.29 0.23 0 0.61
HSL 227.59º 0.17% 0.34% -
HSV(B) 227.59º 0.29% 0.39% -
XYZ 7.55 7.57 13.12 -
YUV 77.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 71 77 100 0.29 0.23 0 0.61 227.59 0.17 0.34
Hex 47 4D 64 1D 17 0 3D E4 11 22
Octal 107 115 144 35 27 0 75 344 21 42
Binary 1000111 1001101 1100100 11101 10111 0 111101 11100100 10001 100010

Color Harmonies of #474D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D64

Black with #474D64

Text Example


Text Example

White with #474D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,77,100); }

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

background-color css

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

 a { background-color: rgb(71,77,100); }

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

border-color css

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

 span { border-color: rgb(71,77,100); }

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