Html Css Color HEX #465266 East Bay

📋 copy color: '#465266'

red 70 ◦ green 82 ◦ blue 102

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

Shades of East Bay #465266

Tints of East Bay #465266

RGB

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

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

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

R = 27.56%
G = 32.28%
B = 40.16%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#465266 (or 0x465266) is known color: East Bay. HEX triplet: 46, 52 and 66. RGB value is (70,82,102). Sum of RGB (Red+Green+Blue) = 70+82+102=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 102 - color contains mainly: blue. Hex color #465266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465266 is #B9AD99. Grayscale: #505050. Windows color (decimal): -12168602 or 6705734. OLE color: 6705734.

HSL color Cylindrical-coordinate representation of color #465266: hue angle of 217.5º 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 #465266 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 82 102 -
CMYK 0.31 0.20 0 0.6
HSL 217.5º 0.19% 0.34% -
HSV(B) 217.5º 0.31% 0.4% -
XYZ 7.94 8.3 13.75 -
YUV 80.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 70 82 102 0.31 0.20 0 0.6 217.5 0.19 0.34
Hex 46 52 66 1F 14 0 3C DA 13 22
Octal 106 122 146 37 24 0 74 332 23 42
Binary 1000110 1010010 1100110 11111 10100 0 111100 11011010 10011 100010

Color Harmonies of #465266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465266

Black with #465266

Text Example


Text Example

White with #465266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465266; }

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

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

background-color css

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

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

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

border-color css

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

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

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