Html Css Color HEX #464E61 East Bay

📋 copy color: '#464E61'

red 70 ◦ green 78 ◦ blue 97

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

Shades of East Bay #464E61

Tints of East Bay #464E61

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.84%

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

R = 28.57%
G = 31.84%
B = 39.59%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464E61 (or 0x464E61) is known color: East Bay. HEX triplet: 46, 4E and 61. RGB value is (70,78,97). Sum of RGB (Red+Green+Blue) = 70+78+97=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #464E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E61 is #B9B19E. Grayscale: #4D4D4D. Windows color (decimal): -12169631 or 6377030. OLE color: 6377030.

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

Color convert

RGB 70 78 97 -
CMYK 0.28 0.20 0 0.62
HSL 222.22º 0.16% 0.33% -
HSV(B) 222.22º 0.28% 0.38% -
XYZ 7.41 7.61 12.39 -
YUV 77.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 70 78 97 0.28 0.20 0 0.62 222.22 0.16 0.33
Hex 46 4E 61 1C 14 0 3E DE 10 21
Octal 106 116 141 34 24 0 76 336 20 41
Binary 1000110 1001110 1100001 11100 10100 0 111110 11011110 10000 100001

Color Harmonies of #464E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E61

Black with #464E61

Text Example


Text Example

White with #464E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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