#464C63

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

Shades of East Bay #464C63

Tints of East Bay #464C63

Color information

#464C63 (or 0x464C63) is unknown color: approx East Bay. HEX triplet: 46, 4C and 63. RGB value is (70,76,99). Sum of RGB (Red+Green+Blue) = 70+76+99=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #464C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C63 is #B9B39C. Grayscale: #4C4C4C. Windows color (decimal): -12170141 or 6507590. OLE color: 6507590.

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

Color convert

RGB707699-
CMYK0.290.2300.61
HSL227.59º17.16%33.14%-
HSV(B)227.59º29.29%38.82%-
XYZ7.367.3712.84-
YUV76.83140.51123.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=28.57%
G=31.02%
B=40.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7076990.290.2300.61227.5917.1633.14
Hex464C631D1703De41121
Octal10611414335270753442141
Binary100011010011001100011111011011101111011110010010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,76,99); }

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

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

 a { background-color: rgb(70,76,99); }

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

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

 span { border-color: rgb(70,76,99); }

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