Html Css Color HEX #464D66 East Bay

📋 copy color: '#464D66'

red 70 ◦ green 77 ◦ blue 102

#464D66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #464D66

Tints of East Bay #464D66

RGB

 RED value IS 70 (27.73% from 255) = 28.11%

 GREEN value IS 77 (30.47% from 255) = 30.92%

 BLUE value IS 102 (40.23% from 255) = 40.96%

R = 28.11%
G = 30.92%
B = 40.96%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#464D66 (or 0x464D66) is known color: East Bay. HEX triplet: 46, 4D and 66. RGB value is (70,77,102). Sum of RGB (Red+Green+Blue) = 70+77+102=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #464D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D66 is #B9B299. Grayscale: #4D4D4D. Windows color (decimal): -12169882 or 6704454. OLE color: 6704454.

HSL color Cylindrical-coordinate representation of color #464D66: hue angle of 226.88º degrees, saturation: 0.19, 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 #464D66 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 77 102 -
CMYK 0.31 0.25 0 0.6
HSL 226.88º 0.19% 0.34% -
HSV(B) 226.88º 0.31% 0.4% -
XYZ 7.58 7.57 13.63 -
YUV 77.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 70 77 102 0.31 0.25 0 0.6 226.88 0.19 0.34
Hex 46 4D 66 1F 19 0 3C E3 13 22
Octal 106 115 146 37 31 0 74 343 23 42
Binary 1000110 1001101 1100110 11111 11001 0 111100 11100011 10011 100010

Color Harmonies of #464D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D66

Black with #464D66

Text Example


Text Example

White with #464D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,77,102); }

 H1.HeaderClassName
 {
   color: #464D66;
 }
 .AnyTagClassName
 {
   color: #464D66;
 }
</style>

background-color css

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

 a { background-color: rgb(70,77,102); }

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

border-color css

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

 span { border-color: rgb(70,77,102); }

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