Html Css Color HEX #464C63 East Bay

📋 copy color: '#464C63'

red 70 ◦ green 76 ◦ blue 99

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

Shades of East Bay #464C63

Tints of East Bay #464C63

RGB

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

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

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

R = 28.57%
G = 31.02%
B = 40.41%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#464C63 (or 0x464C63) is known color: East Bay. HEX triplet: 46, 4C and 63. RGB value is (70,76,99). Sum of RGB (Red+Green+Blue) = 70+76+99=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #464C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C63 is #B9B39C. Grayscale: #4C4C4C. Windows color (decimal): -12170141 or 6507590. OLE color: 6507590.

HSL color Cylindrical-coordinate representation of color #464C63: hue angle of 227.59º 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 #464C63 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 76 99 -
CMYK 0.29 0.23 0 0.61
HSL 227.59º 0.17% 0.33% -
HSV(B) 227.59º 0.29% 0.39% -
XYZ 7.36 7.37 12.84 -
YUV 76.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 70 76 99 0.29 0.23 0 0.61 227.59 0.17 0.33
Hex 46 4C 63 1D 17 0 3D E4 11 21
Octal 106 114 143 35 27 0 75 344 21 41
Binary 1000110 1001100 1100011 11101 10111 0 111101 11100100 10001 100001

Color Harmonies of #464C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C63

Black with #464C63

Text Example


Text Example

White with #464C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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