Html Css Color HEX #464F5F East Bay

📋 copy color: '#464F5F'

red 70 ◦ green 79 ◦ blue 95

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

Shades of East Bay #464F5F

Tints of East Bay #464F5F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

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

R = 28.69%
G = 32.38%
B = 38.93%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#464F5F (or 0x464F5F) is known color: East Bay. HEX triplet: 46, 4F and 5F. RGB value is (70,79,95). Sum of RGB (Red+Green+Blue) = 70+79+95=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: blue. Hex color #464F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F5F is #B9B0A0. Grayscale: #4E4E4E. Windows color (decimal): -12169377 or 6246214. OLE color: 6246214.

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

Color convert

RGB 70 79 95 -
CMYK 0.26 0.17 0 0.63
HSL 218.4º 0.15% 0.32% -
HSV(B) 218.4º 0.26% 0.37% -
XYZ 7.39 7.72 11.93 -
YUV 78.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 70 79 95 0.26 0.17 0 0.63 218.4 0.15 0.32
Hex 46 4F 5F 1A 11 0 3F DA F 20
Octal 106 117 137 32 21 0 77 332 17 40
Binary 1000110 1001111 1011111 11010 10001 0 111111 11011010 1111 100000

Color Harmonies of #464F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F5F

Black with #464F5F

Text Example


Text Example

White with #464F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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