Html Css Color HEX #474C63 East Bay

📋 copy color: '#474C63'

red 71 ◦ green 76 ◦ blue 99

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

Shades of East Bay #474C63

Tints of East Bay #474C63

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

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

R = 28.86%
G = 30.89%
B = 40.24%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#474C63 (or 0x474C63) is known color: East Bay. HEX triplet: 47, 4C and 63. RGB value is (71,76,99). Sum of RGB (Red+Green+Blue) = 71+76+99=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #474C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C63 is #B8B39C. Grayscale: #4D4D4D. Windows color (decimal): -12104605 or 6507591. OLE color: 6507591.

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

Color convert

RGB 71 76 99 -
CMYK 0.28 0.23 0 0.61
HSL 229.29º 0.16% 0.33% -
HSV(B) 229.29º 0.28% 0.39% -
XYZ 7.44 7.41 12.84 -
YUV 77.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 71 76 99 0.28 0.23 0 0.61 229.29 0.16 0.33
Hex 47 4C 63 1C 17 0 3D E5 10 21
Octal 107 114 143 34 27 0 75 345 20 41
Binary 1000111 1001100 1100011 11100 10111 0 111101 11100101 10000 100001

Color Harmonies of #474C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C63

Black with #474C63

Text Example


Text Example

White with #474C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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