#414B63

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

Shades of East Bay #414B63

Tints of East Bay #414B63

Color information

#414B63 (or 0x414B63) is unknown color: approx East Bay. HEX triplet: 41, 4B and 63. RGB value is (65,75,99). Sum of RGB (Red+Green+Blue) = 65+75+99=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #414B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B63 is #BEB49C. Grayscale: #4A4A4A. Windows color (decimal): -12498077 or 6507329. OLE color: 6507329.

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

Color convert

RGB657599-
CMYK0.340.2400.61
HSL222.35º20.73%32.16%-
HSV(B)222.35º34.34%38.82%-
XYZ6.957.0612.8-
YUV74.75141.69121.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=27.20%
G=31.38%
B=41.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6575990.340.2400.61222.3520.7332.16
Hex414B63221803Dde1520
Octal10111314342300753362540
Binary1000001100101111000111000101100001111011101111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,75,99); }

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

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

 a { background-color: rgb(65,75,99); }

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

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

 span { border-color: rgb(65,75,99); }

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