Html Css Color HEX #474F63 East Bay

📋 copy color: '#474F63'

red 71 ◦ green 79 ◦ blue 99

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

Shades of East Bay #474F63

Tints of East Bay #474F63

RGB

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

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

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

R = 28.51%
G = 31.73%
B = 39.76%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#474F63 (or 0x474F63) is known color: East Bay. HEX triplet: 47, 4F and 63. RGB value is (71,79,99). Sum of RGB (Red+Green+Blue) = 71+79+99=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #474F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F63 is #B8B09C. Grayscale: #4E4E4E. Windows color (decimal): -12103837 or 6508359. OLE color: 6508359.

HSL color Cylindrical-coordinate representation of color #474F63: hue angle of 222.86º 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 #474F63 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 79 99 -
CMYK 0.28 0.20 0 0.61
HSL 222.86º 0.16% 0.33% -
HSV(B) 222.86º 0.28% 0.39% -
XYZ 7.65 7.83 12.91 -
YUV 78.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 71 79 99 0.28 0.20 0 0.61 222.86 0.16 0.33
Hex 47 4F 63 1C 14 0 3D DF 10 21
Octal 107 117 143 34 24 0 75 337 20 41
Binary 1000111 1001111 1100011 11100 10100 0 111101 11011111 10000 100001

Color Harmonies of #474F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F63

Black with #474F63

Text Example


Text Example

White with #474F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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