Html Css Color HEX #475063 East Bay

📋 copy color: '#475063'

red 71 ◦ green 80 ◦ blue 99

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

Shades of East Bay #475063

Tints of East Bay #475063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

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

R = 28.4%
G = 32%
B = 39.6%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#475063 (or 0x475063) is known color: East Bay. HEX triplet: 47, 50 and 63. RGB value is (71,80,99). Sum of RGB (Red+Green+Blue) = 71+80+99=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #475063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475063 is #B8AF9C. Grayscale: #4F4F4F. Windows color (decimal): -12103581 or 6508615. OLE color: 6508615.

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

Color convert

RGB 71 80 99 -
CMYK 0.28 0.19 0 0.61
HSL 220.71º 0.16% 0.33% -
HSV(B) 220.71º 0.28% 0.39% -
XYZ 7.72 7.98 12.94 -
YUV 79.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 71 80 99 0.28 0.19 0 0.61 220.71 0.16 0.33
Hex 47 50 63 1C 13 0 3D DD 10 21
Octal 107 120 143 34 23 0 75 335 20 41
Binary 1000111 1010000 1100011 11100 10011 0 111101 11011101 10000 100001

Color Harmonies of #475063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475063

Black with #475063

Text Example


Text Example

White with #475063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475063; }

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

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

background-color css

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

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

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

border-color css

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

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

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