#414A64

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

Shades of East Bay #414A64

Tints of East Bay #414A64

Color information

#414A64 (or 0x414A64) is unknown color: approx East Bay. HEX triplet: 41, 4A and 64. RGB value is (65,74,100). Sum of RGB (Red+Green+Blue) = 65+74+100=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 100 - color contains mainly: blue. Hex color #414A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A64 is #BEB59B. Grayscale: #4A4A4A. Windows color (decimal): -12498332 or 6572609. OLE color: 6572609.

HSL color Cylindrical-coordinate representation of color #414A64: hue angle of 224.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #414A64 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6574100-
CMYK0.350.2600.61
HSL224.57º21.21%32.35%-
HSV(B)224.57º35%39.22%-
XYZ6.936.9413.03-
YUV74.27142.52121.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 74 (29.30% from 255) = 30.96%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=27.20%
G=30.96%
B=41.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65741000.350.2600.61224.5721.2132.35
Hex414A64231A03De11520
Octal10111214443320753412540
Binary1000001100101011001001000111101001111011110000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,74,100); }

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

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

 a { background-color: rgb(65,74,100); }

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

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

 span { border-color: rgb(65,74,100); }

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