#464F65

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

Shades of East Bay #464F65

Tints of East Bay #464F65

Color information

#464F65 (or 0x464F65) is unknown color: approx East Bay. HEX triplet: 46, 4F and 65. RGB value is (70,79,101). Sum of RGB (Red+Green+Blue) = 70+79+101=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #464F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F65 is #B9B09A. Grayscale: #4E4E4E. Windows color (decimal): -12169371 or 6639430. OLE color: 6639430.

HSL color Cylindrical-coordinate representation of color #464F65: hue angle of 222.58º 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 #464F65 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7079101-
CMYK0.310.2200.60
HSL222.58º18.13%33.53%-
HSV(B)222.58º30.69%39.61%-
XYZ7.677.8313.42-
YUV78.82140.52121.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 101 (39.84% from 255) = 40.4%
R=28%
G=31.6%
B=40.4%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70791010.310.2200.60222.5818.1333.53
Hex464F651F1603Cdf1222
Octal10611714537260743372242
Binary100011010011111100101111111011001111001101111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,79,101); }

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

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

 a { background-color: rgb(70,79,101); }

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

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

 span { border-color: rgb(70,79,101); }

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