Html Css Color HEX #464E63 East Bay

📋 copy color: '#464E63'

red 70 ◦ green 78 ◦ blue 99

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

Shades of East Bay #464E63

Tints of East Bay #464E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.08%

R = 28.34%
G = 31.58%
B = 40.08%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#464E63 (or 0x464E63) is known color: East Bay. HEX triplet: 46, 4E and 63. RGB value is (70,78,99). Sum of RGB (Red+Green+Blue) = 70+78+99=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #464E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E63 is #B9B19C. Grayscale: #4D4D4D. Windows color (decimal): -12169629 or 6508102. OLE color: 6508102.

HSL color Cylindrical-coordinate representation of color #464E63: hue angle of 223.45º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #464E63 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 78 99 -
CMYK 0.29 0.21 0 0.61
HSL 223.45º 0.17% 0.33% -
HSV(B) 223.45º 0.29% 0.39% -
XYZ 7.5 7.65 12.89 -
YUV 78 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 70 78 99 0.29 0.21 0 0.61 223.45 0.17 0.33
Hex 46 4E 63 1D 15 0 3D DF 11 21
Octal 106 116 143 35 25 0 75 337 21 41
Binary 1000110 1001110 1100011 11101 10101 0 111101 11011111 10001 100001

Color Harmonies of #464E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E63

Black with #464E63

Text Example


Text Example

White with #464E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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