#475268

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

Shades of East Bay #475268

Tints of East Bay #475268

Color information

#475268 (or 0x475268) is unknown color: approx East Bay. HEX triplet: 47, 52 and 68. RGB value is (71,82,104). Sum of RGB (Red+Green+Blue) = 71+82+104=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #475268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475268 is #B8AD97. Grayscale: #515151. Windows color (decimal): -12103064 or 6836807. OLE color: 6836807.

HSL color Cylindrical-coordinate representation of color #475268: hue angle of 220º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475268 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7182104-
CMYK0.320.2100.59
HSL220º18.86%34.31%-
HSV(B)220º31.73%40.78%-
XYZ8.118.3714.29-
YUV81.22140.86120.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=27.63%
G=31.91%
B=40.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71821040.320.2100.5922018.8634.31
Hex475268201503Bdc1322
Octal10712215040250733342342
Binary1000111101001011010001000001010101110111101110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475268; }

 p { color: rgb(71,82,104); }

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

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

 a { background-color: rgb(71,82,104); }

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

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

 span { border-color: rgb(71,82,104); }

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