Html Css Color HEX #464C61 East Bay

📋 copy color: '#464C61'

red 70 ◦ green 76 ◦ blue 97

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

Shades of East Bay #464C61

Tints of East Bay #464C61

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.28%

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

R = 28.81%
G = 31.28%
B = 39.92%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464C61 (or 0x464C61) is known color: East Bay. HEX triplet: 46, 4C and 61. RGB value is (70,76,97). Sum of RGB (Red+Green+Blue) = 70+76+97=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #464C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C61 is #B9B39E. Grayscale: #4C4C4C. Windows color (decimal): -12170143 or 6376518. OLE color: 6376518.

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

Color convert

RGB 70 76 97 -
CMYK 0.28 0.22 0 0.62
HSL 226.67º 0.16% 0.33% -
HSV(B) 226.67º 0.28% 0.38% -
XYZ 7.27 7.33 12.34 -
YUV 76.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 70 76 97 0.28 0.22 0 0.62 226.67 0.16 0.33
Hex 46 4C 61 1C 16 0 3E E3 10 21
Octal 106 114 141 34 26 0 76 343 20 41
Binary 1000110 1001100 1100001 11100 10110 0 111110 11100011 10000 100001

Color Harmonies of #464C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C61

Black with #464C61

Text Example


Text Example

White with #464C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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