#464B5F

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

Shades of East Bay #464B5F

Tints of East Bay #464B5F

Color information

#464B5F (or 0x464B5F) is unknown color: approx East Bay. HEX triplet: 46, 4B and 5F. RGB value is (70,75,95). Sum of RGB (Red+Green+Blue) = 70+75+95=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 95 - color contains mainly: blue. Hex color #464B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B5F is #B9B4A0. Grayscale: #4B4B4B. Windows color (decimal): -12170401 or 6245190. OLE color: 6245190.

HSL color Cylindrical-coordinate representation of color #464B5F: hue angle of 228º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #464B5F is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB707595-
CMYK0.260.2100.63
HSL228º15.15%32.35%-
HSV(B)228º26.32%37.25%-
XYZ7.117.1611.83-
YUV75.78138.84123.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=29.17%
G=31.25%
B=39.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7075950.260.2100.6322815.1532.35
Hex464B5F1A1503Fe4f20
Octal10611313732250773441740
Binary10001101001011101111111010101010111111111001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,75,95); }

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

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

 a { background-color: rgb(70,75,95); }

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

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

 span { border-color: rgb(70,75,95); }

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