Html Css Color HEX #474D62 East Bay

📋 copy color: '#474D62'

red 71 ◦ green 77 ◦ blue 98

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

Shades of East Bay #474D62

Tints of East Bay #474D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.84%

R = 28.86%
G = 31.3%
B = 39.84%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474D62 (or 0x474D62) is known color: East Bay. HEX triplet: 47, 4D and 62. RGB value is (71,77,98). Sum of RGB (Red+Green+Blue) = 71+77+98=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #474D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D62 is #B8B29D. Grayscale: #4D4D4D. Windows color (decimal): -12104350 or 6442311. OLE color: 6442311.

HSL color Cylindrical-coordinate representation of color #474D62: hue angle of 226.67º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474D62 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 77 98 -
CMYK 0.28 0.21 0 0.62
HSL 226.67º 0.16% 0.33% -
HSV(B) 226.67º 0.28% 0.38% -
XYZ 7.46 7.53 12.62 -
YUV 77.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 71 77 98 0.28 0.21 0 0.62 226.67 0.16 0.33
Hex 47 4D 62 1C 15 0 3E E3 10 21
Octal 107 115 142 34 25 0 76 343 20 41
Binary 1000111 1001101 1100010 11100 10101 0 111110 11100011 10000 100001

Color Harmonies of #474D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D62

Black with #474D62

Text Example


Text Example

White with #474D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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