Html Css Color HEX #464D5E East Bay

📋 copy color: '#464D5E'

red 70 ◦ green 77 ◦ blue 94

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

Shades of East Bay #464D5E

Tints of East Bay #464D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39%

R = 29.05%
G = 31.95%
B = 39%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#464D5E (or 0x464D5E) is known color: East Bay. HEX triplet: 46, 4D and 5E. RGB value is (70,77,94). Sum of RGB (Red+Green+Blue) = 70+77+94=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #464D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D5E is #B9B2A1. Grayscale: #4C4C4C. Windows color (decimal): -12169890 or 6180166. OLE color: 6180166.

HSL color Cylindrical-coordinate representation of color #464D5E: hue angle of 222.5º 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 #464D5E is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 77 94 -
CMYK 0.26 0.18 0 0.63
HSL 222.5º 0.15% 0.32% -
HSV(B) 222.5º 0.26% 0.37% -
XYZ 7.2 7.42 11.64 -
YUV 76.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 70 77 94 0.26 0.18 0 0.63 222.5 0.15 0.32
Hex 46 4D 5E 1A 12 0 3F DE F 20
Octal 106 115 136 32 22 0 77 336 17 40
Binary 1000110 1001101 1011110 11010 10010 0 111111 11011110 1111 100000

Color Harmonies of #464D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D5E

Black with #464D5E

Text Example


Text Example

White with #464D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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