#475467

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

Shades of East Bay #475467

Tints of East Bay #475467

Color information

#475467 (or 0x475467) is unknown color: approx East Bay. HEX triplet: 47, 54 and 67. RGB value is (71,84,103). Sum of RGB (Red+Green+Blue) = 71+84+103=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 103 - color contains mainly: blue. Hex color #475467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475467 is #B8AB98. Grayscale: #525252. Windows color (decimal): -12102553 or 6771783. OLE color: 6771783.

HSL color Cylindrical-coordinate representation of color #475467: hue angle of 215.62º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #475467 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7184103-
CMYK0.310.1800.60
HSL215.62º18.39%34.12%-
HSV(B)215.62º31.07%40.39%-
XYZ8.228.6614.07-
YUV82.28139.69119.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 103 (40.62% from 255) = 39.92%
R=27.52%
G=32.56%
B=39.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71841030.310.1800.60215.6218.3934.12
Hex4754671F1203Cd81222
Octal10712414737220743302242
Binary100011110101001100111111111001001111001101100010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475467; }

 p { color: rgb(71,84,103); }

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

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

 a { background-color: rgb(71,84,103); }

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

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

 span { border-color: rgb(71,84,103); }

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