#464E68

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

Shades of East Bay #464E68

Tints of East Bay #464E68

Color information

#464E68 (or 0x464E68) is unknown color: approx East Bay. HEX triplet: 46, 4E and 68. RGB value is (70,78,104). Sum of RGB (Red+Green+Blue) = 70+78+104=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #464E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E68 is #B9B197. Grayscale: #4E4E4E. Windows color (decimal): -12169624 or 6835782. OLE color: 6835782.

HSL color Cylindrical-coordinate representation of color #464E68: hue angle of 225.88º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #464E68 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7078104-
CMYK0.330.2500.59
HSL225.88º19.54%34.12%-
HSV(B)225.88º32.69%40.78%-
XYZ7.757.7514.18-
YUV78.57142.35121.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=27.78%
G=30.95%
B=41.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70781040.330.2500.59225.8819.5434.12
Hex464E68211903Be21422
Octal10611615041310733422442
Binary1000110100111011010001000011100101110111110001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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