#464E61

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

Shades of East Bay #464E61

Tints of East Bay #464E61

Color information

#464E61 (or 0x464E61) is unknown color: approx East Bay. HEX triplet: 46, 4E and 61. RGB value is (70,78,97). Sum of RGB (Red+Green+Blue) = 70+78+97=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #464E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E61 is #B9B19E. Grayscale: #4D4D4D. Windows color (decimal): -12169631 or 6377030. OLE color: 6377030.

HSL color Cylindrical-coordinate representation of color #464E61: hue angle of 222.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #464E61 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB707897-
CMYK0.280.2000.62
HSL222.22º16.17%32.75%-
HSV(B)222.22º27.84%38.04%-
XYZ7.417.6112.39-
YUV77.77138.85122.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=28.57%
G=31.84%
B=39.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7078970.280.2000.62222.2216.1732.75
Hex464E611C1403Ede1021
Octal10611614134240763362041
Binary100011010011101100001111001010001111101101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464E61; }

 p { color: rgb(70,78,97); }

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

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

 a { background-color: rgb(70,78,97); }

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

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

 span { border-color: rgb(70,78,97); }

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