Html Css Color HEX #464F61 East Bay

📋 copy color: '#464F61'

red 70 ◦ green 79 ◦ blue 97

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

Shades of East Bay #464F61

Tints of East Bay #464F61

RGB

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

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

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

R = 28.46%
G = 32.11%
B = 39.43%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464F61 (or 0x464F61) is known color: East Bay. HEX triplet: 46, 4F and 61. RGB value is (70,79,97). Sum of RGB (Red+Green+Blue) = 70+79+97=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #464F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F61 is #B9B09E. Grayscale: #4E4E4E. Windows color (decimal): -12169375 or 6377286. OLE color: 6377286.

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

Color convert

RGB 70 79 97 -
CMYK 0.28 0.19 0 0.62
HSL 220º 0.16% 0.33% -
HSV(B) 220º 0.28% 0.38% -
XYZ 7.48 7.76 12.41 -
YUV 78.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 70 79 97 0.28 0.19 0 0.62 220 0.16 0.33
Hex 46 4F 61 1C 13 0 3E DC 10 21
Octal 106 117 141 34 23 0 76 334 20 41
Binary 1000110 1001111 1100001 11100 10011 0 111110 11011100 10000 100001

Color Harmonies of #464F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F61

Black with #464F61

Text Example


Text Example

White with #464F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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