#474F6C

Color #474F6C East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #474F6C

Tints of East Bay #474F6C

Color information

#474F6C (or 0x474F6C) is unknown color: approx East Bay. HEX triplet: 47, 4F and 6C. RGB value is (71,79,108). Sum of RGB (Red+Green+Blue) = 71+79+108=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #474F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F6C is #B8B093. Grayscale: #4F4F4F. Windows color (decimal): -12103828 or 7098183. OLE color: 7098183.

HSL color Cylindrical-coordinate representation of color #474F6C: hue angle of 227.03º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #474F6C is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7179108-
CMYK0.340.2700.58
HSL227.03º20.67%35.1%-
HSV(B)227.03º34.26%42.35%-
XYZ8.18.0115.31-
YUV79.91143.85121.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=27.52%
G=30.62%
B=41.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71791080.340.2700.58227.0320.6735.1
Hex474F6C221B03Ae31523
Octal10711715442330723432543
Binary1000111100111111011001000101101101110101110001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #474F6C;
 }
 .AnyTagClassName
 {
   color: #474F6C;
 }
</style>
background-color css

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

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

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

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

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

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