#40526B

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

Shades of East Bay #40526B

Tints of East Bay #40526B

Color information

#40526B (or 0x40526B) is unknown color: approx East Bay. HEX triplet: 40, 52 and 6B. RGB value is (64,82,107). Sum of RGB (Red+Green+Blue) = 64+82+107=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #40526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40526B is #BFAD94. Grayscale: #4F4F4F. Windows color (decimal): -12561813 or 7033408. OLE color: 7033408.

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

Color convert

RGB6482107-
CMYK0.400.2300.58
HSL214.88º25.15%33.53%-
HSV(B)214.88º40.19%41.96%-
XYZ7.798.1915.08-
YUV79.47143.54116.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=25.30%
G=32.41%
B=42.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64821070.400.2300.58214.8825.1533.53
Hex40526B281703Ad71922
Octal10012215350270723273142
Binary1000000101001011010111010001011101110101101011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40526B; }

 p { color: rgb(64,82,107); }

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

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

 a { background-color: rgb(64,82,107); }

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

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

 span { border-color: rgb(64,82,107); }

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