#41546C

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

Shades of East Bay #41546C

Tints of East Bay #41546C

Color information

#41546C (or 0x41546C) is unknown color: approx East Bay. HEX triplet: 41, 54 and 6C. RGB value is (65,84,108). Sum of RGB (Red+Green+Blue) = 65+84+108=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #41546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41546C is #BEAB93. Grayscale: #505050. Windows color (decimal): -12495764 or 7099457. OLE color: 7099457.

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

Color convert

RGB6584108-
CMYK0.400.2200.58
HSL213.49º24.86%33.92%-
HSV(B)213.49º39.81%42.35%-
XYZ8.068.5515.41-
YUV81.05143.21116.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=25.29%
G=32.68%
B=42.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65841080.400.2200.58213.4924.8633.92
Hex41546C281603Ad51922
Octal10112415450260723253142
Binary1000001101010011011001010001011001110101101010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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