#41526C

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

Shades of East Bay #41526C

Tints of East Bay #41526C

Color information

#41526C (or 0x41526C) is unknown color: approx East Bay. HEX triplet: 41, 52 and 6C. RGB value is (65,82,108). Sum of RGB (Red+Green+Blue) = 65+82+108=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #41526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41526C is #BEAD93. Grayscale: #4F4F4F. Windows color (decimal): -12496276 or 7098945. OLE color: 7098945.

HSL color Cylindrical-coordinate representation of color #41526C: hue angle of 216.28º 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 #41526C is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6582108-
CMYK0.400.2400.58
HSL216.28º24.86%33.92%-
HSV(B)216.28º39.81%42.35%-
XYZ7.98.2415.36-
YUV79.88143.87117.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=25.49%
G=32.16%
B=42.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65821080.400.2400.58216.2824.8633.92
Hex41526C281803Ad81922
Octal10112215450300723303142
Binary1000001101001011011001010001100001110101101100011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41526C; }

 p { color: rgb(65,82,108); }

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

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

 a { background-color: rgb(65,82,108); }

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

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

 span { border-color: rgb(65,82,108); }

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