Html Css Color HEX #474E63 East Bay

📋 copy color: '#474E63'

red 71 ◦ green 78 ◦ blue 99

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

Shades of East Bay #474E63

Tints of East Bay #474E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 28.63%
G = 31.45%
B = 39.92%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#474E63 (or 0x474E63) is known color: East Bay. HEX triplet: 47, 4E and 63. RGB value is (71,78,99). Sum of RGB (Red+Green+Blue) = 71+78+99=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #474E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E63 is #B8B19C. Grayscale: #4E4E4E. Windows color (decimal): -12104093 or 6508103. OLE color: 6508103.

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

Color convert

RGB 71 78 99 -
CMYK 0.28 0.21 0 0.61
HSL 225º 0.16% 0.33% -
HSV(B) 225º 0.28% 0.39% -
XYZ 7.58 7.69 12.89 -
YUV 78.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 71 78 99 0.28 0.21 0 0.61 225 0.16 0.33
Hex 47 4E 63 1C 15 0 3D E1 10 21
Octal 107 116 143 34 25 0 75 341 20 41
Binary 1000111 1001110 1100011 11100 10101 0 111101 11100001 10000 100001

Color Harmonies of #474E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E63

Black with #474E63

Text Example


Text Example

White with #474E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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