Html Css Color HEX #465163 East Bay

📋 copy color: '#465163'

red 70 ◦ green 81 ◦ blue 99

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

Shades of East Bay #465163

Tints of East Bay #465163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

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

R = 28%
G = 32.4%
B = 39.6%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#465163 (or 0x465163) is known color: East Bay. HEX triplet: 46, 51 and 63. RGB value is (70,81,99). Sum of RGB (Red+Green+Blue) = 70+81+99=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #465163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465163 is #B9AE9C. Grayscale: #4F4F4F. Windows color (decimal): -12168861 or 6508870. OLE color: 6508870.

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

Color convert

RGB 70 81 99 -
CMYK 0.29 0.18 0 0.61
HSL 217.24º 0.17% 0.33% -
HSV(B) 217.24º 0.29% 0.39% -
XYZ 7.72 8.09 12.96 -
YUV 79.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 70 81 99 0.29 0.18 0 0.61 217.24 0.17 0.33
Hex 46 51 63 1D 12 0 3D D9 11 21
Octal 106 121 143 35 22 0 75 331 21 41
Binary 1000110 1010001 1100011 11101 10010 0 111101 11011001 10001 100001

Color Harmonies of #465163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465163

Black with #465163

Text Example


Text Example

White with #465163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465163; }

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

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

background-color css

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

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

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

border-color css

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

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

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