Html Css Color HEX #46506D East Bay

📋 copy color: '#46506D'

red 70 ◦ green 80 ◦ blue 109

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

Shades of East Bay #46506D

Tints of East Bay #46506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 27.03%
G = 30.89%
B = 42.08%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46506D (or 0x46506D) is known color: East Bay. HEX triplet: 46, 50 and 6D. RGB value is (70,80,109). Sum of RGB (Red+Green+Blue) = 70+80+109=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #46506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46506D is #B9AF92. Grayscale: #505050. Windows color (decimal): -12169107 or 7163974. OLE color: 7163974.

HSL color Cylindrical-coordinate representation of color #46506D: hue angle of 224.62º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46506D is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 80 109 -
CMYK 0.36 0.27 0 0.57
HSL 224.62º 0.22% 0.35% -
HSV(B) 224.62º 0.36% 0.43% -
XYZ 8.15 8.14 15.61 -
YUV 80.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 70 80 109 0.36 0.27 0 0.57 224.62 0.22 0.35
Hex 46 50 6D 24 1B 0 39 E1 16 23
Octal 106 120 155 44 33 0 71 341 26 43
Binary 1000110 1010000 1101101 100100 11011 0 111001 11100001 10110 100011

Color Harmonies of #46506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46506D

Black with #46506D

Text Example


Text Example

White with #46506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46506D; }

 p { color: rgb(70,80,109); }

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

background-color css

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

 a { background-color: rgb(70,80,109); }

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

border-color css

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

 span { border-color: rgb(70,80,109); }

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