#464E62

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

Shades of East Bay #464E62

Tints of East Bay #464E62

Color information

#464E62 (or 0x464E62) is unknown color: approx East Bay. HEX triplet: 46, 4E and 62. RGB value is (70,78,98). Sum of RGB (Red+Green+Blue) = 70+78+98=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #464E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E62 is #B9B19D. Grayscale: #4D4D4D. Windows color (decimal): -12169630 or 6442566. OLE color: 6442566.

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

Color convert

RGB707898-
CMYK0.290.2000.62
HSL222.86º16.67%32.94%-
HSV(B)222.86º28.57%38.43%-
XYZ7.457.6312.64-
YUV77.89139.35122.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 78 (30.86% from 255) = 31.71%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=28.46%
G=31.71%
B=39.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7078980.290.2000.62222.8616.6732.94
Hex464E621D1403Edf1121
Octal10611614235240763372141
Binary100011010011101100010111011010001111101101111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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