#464F6A

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

Shades of East Bay #464F6A

Tints of East Bay #464F6A

Color information

#464F6A (or 0x464F6A) is unknown color: approx East Bay. HEX triplet: 46, 4F and 6A. RGB value is (70,79,106). Sum of RGB (Red+Green+Blue) = 70+79+106=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #464F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F6A is #B9B095. Grayscale: #4F4F4F. Windows color (decimal): -12169366 or 6967110. OLE color: 6967110.

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

Color convert

RGB7079106-
CMYK0.340.2500.58
HSL225º20.45%34.51%-
HSV(B)225º33.96%41.57%-
XYZ7.927.9314.75-
YUV79.39143.02121.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 106 (41.80% from 255) = 41.57%
R=27.45%
G=30.98%
B=41.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70791060.340.2500.5822520.4534.51
Hex464F6A221903Ae11423
Octal10611715242310723412443
Binary1000110100111111010101000101100101110101110000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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