Html Css Color HEX #465161 East Bay

📋 copy color: '#465161'

red 70 ◦ green 81 ◦ blue 97

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

Shades of East Bay #465161

Tints of East Bay #465161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

 BLUE value IS 97 (38.28% from 255) = 39.11%

R = 28.23%
G = 32.66%
B = 39.11%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465161 (or 0x465161) is known color: East Bay. HEX triplet: 46, 51 and 61. RGB value is (70,81,97). Sum of RGB (Red+Green+Blue) = 70+81+97=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #465161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465161 is #B9AE9E. Grayscale: #4F4F4F. Windows color (decimal): -12168863 or 6377798. OLE color: 6377798.

HSL color Cylindrical-coordinate representation of color #465161: hue angle of 215.56º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #465161 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 81 97 -
CMYK 0.28 0.16 0 0.62
HSL 215.56º 0.16% 0.33% -
HSV(B) 215.56º 0.28% 0.38% -
XYZ 7.63 8.05 12.46 -
YUV 79.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 70 81 97 0.28 0.16 0 0.62 215.56 0.16 0.33
Hex 46 51 61 1C 10 0 3E D8 10 21
Octal 106 121 141 34 20 0 76 330 20 41
Binary 1000110 1010001 1100001 11100 10000 0 111110 11011000 10000 100001

Color Harmonies of #465161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465161

Black with #465161

Text Example


Text Example

White with #465161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465161; }

 p { color: rgb(70,81,97); }

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

background-color css

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

 a { background-color: rgb(70,81,97); }

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

border-color css

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

 span { border-color: rgb(70,81,97); }

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