#40506A

Color #40506A East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #40506A

Tints of East Bay #40506A

Color information

#40506A (or 0x40506A) is unknown color: approx East Bay. HEX triplet: 40, 50 and 6A. RGB value is (64,80,106). Sum of RGB (Red+Green+Blue) = 64+80+106=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #40506A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40506A is #BFAF95. Grayscale: #4E4E4E. Windows color (decimal): -12562326 or 6967360. OLE color: 6967360.

HSL color Cylindrical-coordinate representation of color #40506A: hue angle of 217.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40506A is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6480106-
CMYK0.400.2500.58
HSL217.14º24.71%33.33%-
HSV(B)217.14º39.62%41.57%-
XYZ7.587.8714.75-
YUV78.18143.7117.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 106 (41.80% from 255) = 42.4%
R=25.6%
G=32%
B=42.4%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64801060.400.2500.58217.1424.7133.33
Hex40506A281903Ad91921
Octal10012015250310723313141
Binary1000000101000011010101010001100101110101101100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40506A; }

 p { color: rgb(64,80,106); }

 H1.HeaderClassName
 {
   color: #40506A;
 }
 .AnyTagClassName
 {
   color: #40506A;
 }
</style>
background-color css

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

 a { background-color: rgb(64,80,106); }

 div.DivClassName
 {
   background-color: #40506A;
 }
 .BgClassName
 {
   background-color: #40506A;
 }
</style>
border-color css

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

 span { border-color: rgb(64,80,106); }

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