Html Css Color HEX #464D5F East Bay

📋 copy color: '#464D5F'

red 70 ◦ green 77 ◦ blue 95

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

Shades of East Bay #464D5F

Tints of East Bay #464D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 28.93%
G = 31.82%
B = 39.26%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#464D5F (or 0x464D5F) is known color: East Bay. HEX triplet: 46, 4D and 5F. RGB value is (70,77,95). Sum of RGB (Red+Green+Blue) = 70+77+95=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #464D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D5F is #B9B2A0. Grayscale: #4C4C4C. Windows color (decimal): -12169889 or 6245702. OLE color: 6245702.

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

Color convert

RGB 70 77 95 -
CMYK 0.26 0.19 0 0.63
HSL 223.2º 0.15% 0.32% -
HSV(B) 223.2º 0.26% 0.37% -
XYZ 7.25 7.44 11.88 -
YUV 76.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 70 77 95 0.26 0.19 0 0.63 223.2 0.15 0.32
Hex 46 4D 5F 1A 13 0 3F DF F 20
Octal 106 115 137 32 23 0 77 337 17 40
Binary 1000110 1001101 1011111 11010 10011 0 111111 11011111 1111 100000

Color Harmonies of #464D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D5F

Black with #464D5F

Text Example


Text Example

White with #464D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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