#414B66

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

Shades of East Bay #414B66

Tints of East Bay #414B66

Color information

#414B66 (or 0x414B66) is unknown color: approx East Bay. HEX triplet: 41, 4B and 66. RGB value is (65,75,102). Sum of RGB (Red+Green+Blue) = 65+75+102=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 102 - color contains mainly: blue. Hex color #414B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B66 is #BEB499. Grayscale: #4A4A4A. Windows color (decimal): -12498074 or 6703937. OLE color: 6703937.

HSL color Cylindrical-coordinate representation of color #414B66: hue angle of 223.78º 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 #414B66 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6575102-
CMYK0.360.2600.6
HSL223.78º22.16%32.75%-
HSV(B)223.78º36.27%40%-
XYZ7.097.1213.57-
YUV75.09143.19120.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 102 (40.23% from 255) = 42.15%
R=26.86%
G=30.99%
B=42.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65751020.360.2600.6223.7822.1632.75
Hex414B66241A03Ce01621
Octal10111314644320743402641
Binary1000001100101111001101001001101001111001110000010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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