Html Css Color HEX #465166 East Bay

📋 copy color: '#465166'

red 70 ◦ green 81 ◦ blue 102

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

Shades of East Bay #465166

Tints of East Bay #465166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.32%

R = 27.67%
G = 32.02%
B = 40.32%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#465166 (or 0x465166) is known color: East Bay. HEX triplet: 46, 51 and 66. RGB value is (70,81,102). Sum of RGB (Red+Green+Blue) = 70+81+102=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 102 - color contains mainly: blue. Hex color #465166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465166 is #B9AE99. Grayscale: #505050. Windows color (decimal): -12168858 or 6705478. OLE color: 6705478.

HSL color Cylindrical-coordinate representation of color #465166: hue angle of 219.38º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465166 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 81 102 -
CMYK 0.31 0.21 0 0.6
HSL 219.38º 0.19% 0.34% -
HSV(B) 219.38º 0.31% 0.4% -
XYZ 7.87 8.15 13.73 -
YUV 80.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 70 81 102 0.31 0.21 0 0.6 219.38 0.19 0.34
Hex 46 51 66 1F 15 0 3C DB 13 22
Octal 106 121 146 37 25 0 74 333 23 42
Binary 1000110 1010001 1100110 11111 10101 0 111100 11011011 10011 100010

Color Harmonies of #465166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465166

Black with #465166

Text Example


Text Example

White with #465166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465166; }

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

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

background-color css

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

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

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

border-color css

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

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

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