#414D65

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

Shades of East Bay #414D65

Tints of East Bay #414D65

Color information

#414D65 (or 0x414D65) is unknown color: approx East Bay. HEX triplet: 41, 4D and 65. RGB value is (65,77,101). Sum of RGB (Red+Green+Blue) = 65+77+101=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #414D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D65 is #BEB29A. Grayscale: #4C4C4C. Windows color (decimal): -12497563 or 6638913. OLE color: 6638913.

HSL color Cylindrical-coordinate representation of color #414D65: hue angle of 220º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #414D65 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6577101-
CMYK0.360.2400.60
HSL220º21.69%32.55%-
HSV(B)220º35.64%39.61%-
XYZ7.187.3713.36-
YUV76.15142.02120.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=26.75%
G=31.69%
B=41.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65771010.360.2400.6022021.6932.55
Hex414D65241803Cdc1621
Octal10111514544300743342641
Binary1000001100110111001011001001100001111001101110010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414D65; }

 p { color: rgb(65,77,101); }

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

<style>
 a { background-color: #414D65; }

 a { background-color: rgb(65,77,101); }

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

<style>
 span { border-color: #414D65; }

 span { border-color: rgb(65,77,101); }

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