Html Css Color HEX #465268 East Bay

📋 copy color: '#465268'

red 70 ◦ green 82 ◦ blue 104

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

Shades of East Bay #465268

Tints of East Bay #465268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.03%

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 27.34%
G = 32.03%
B = 40.63%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#465268 (or 0x465268) is known color: East Bay. HEX triplet: 46, 52 and 68. RGB value is (70,82,104). Sum of RGB (Red+Green+Blue) = 70+82+104=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #465268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465268 is #B9AD97. Grayscale: #505050. Windows color (decimal): -12168600 or 6836806. OLE color: 6836806.

HSL color Cylindrical-coordinate representation of color #465268: hue angle of 218.82º 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 #465268 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 82 104 -
CMYK 0.33 0.21 0 0.59
HSL 218.82º 0.2% 0.34% -
HSV(B) 218.82º 0.33% 0.41% -
XYZ 8.04 8.34 14.28 -
YUV 80.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 70 82 104 0.33 0.21 0 0.59 218.82 0.2 0.34
Hex 46 52 68 21 15 0 3B DB 14 22
Octal 106 122 150 41 25 0 73 333 24 42
Binary 1000110 1010010 1101000 100001 10101 0 111011 11011011 10100 100010

Color Harmonies of #465268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465268

Black with #465268

Text Example


Text Example

White with #465268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465268; }

 p { color: rgb(70,82,104); }

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

background-color css

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

 a { background-color: rgb(70,82,104); }

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

border-color css

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

 span { border-color: rgb(70,82,104); }

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