Html Css Color HEX #464D61 East Bay

📋 copy color: '#464D61'

red 70 ◦ green 77 ◦ blue 97

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

Shades of East Bay #464D61

Tints of East Bay #464D61

RGB

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

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

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

R = 28.69%
G = 31.56%
B = 39.75%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464D61 (or 0x464D61) is known color: East Bay. HEX triplet: 46, 4D and 61. RGB value is (70,77,97). Sum of RGB (Red+Green+Blue) = 70+77+97=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #464D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D61 is #B9B29E. Grayscale: #4D4D4D. Windows color (decimal): -12169887 or 6376774. OLE color: 6376774.

HSL color Cylindrical-coordinate representation of color #464D61: hue angle of 224.44º 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 #464D61 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 77 97 -
CMYK 0.28 0.21 0 0.62
HSL 224.44º 0.16% 0.33% -
HSV(B) 224.44º 0.28% 0.38% -
XYZ 7.34 7.47 12.36 -
YUV 77.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 70 77 97 0.28 0.21 0 0.62 224.44 0.16 0.33
Hex 46 4D 61 1C 15 0 3E E0 10 21
Octal 106 115 141 34 25 0 76 340 20 41
Binary 1000110 1001101 1100001 11100 10101 0 111110 11100000 10000 100001

Color Harmonies of #464D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D61

Black with #464D61

Text Example


Text Example

White with #464D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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