Html Css Color HEX #465669 East Bay

📋 copy color: '#465669'

red 70 ◦ green 86 ◦ blue 105

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

Shades of East Bay #465669

Tints of East Bay #465669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.95%

 BLUE value IS 105 (41.41% from 255) = 40.23%

R = 26.82%
G = 32.95%
B = 40.23%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#465669 (or 0x465669) is known color: East Bay. HEX triplet: 46, 56 and 69. RGB value is (70,86,105). Sum of RGB (Red+Green+Blue) = 70+86+105=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #465669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465669 is #B9A996. Grayscale: #535353. Windows color (decimal): -12167575 or 6903366. OLE color: 6903366.

HSL color Cylindrical-coordinate representation of color #465669: hue angle of 212.57º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #465669 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 86 105 -
CMYK 0.33 0.18 0 0.59
HSL 212.57º 0.2% 0.34% -
HSV(B) 212.57º 0.33% 0.41% -
XYZ 8.4 8.98 14.65 -
YUV 83.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 70 86 105 0.33 0.18 0 0.59 212.57 0.2 0.34
Hex 46 56 69 21 12 0 3B D5 14 22
Octal 106 126 151 41 22 0 73 325 24 42
Binary 1000110 1010110 1101001 100001 10010 0 111011 11010101 10100 100010

Color Harmonies of #465669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465669

Black with #465669

Text Example


Text Example

White with #465669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465669; }

 p { color: rgb(70,86,105); }

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

background-color css

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

 a { background-color: rgb(70,86,105); }

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

border-color css

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

 span { border-color: rgb(70,86,105); }

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