#414F6A

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

Shades of East Bay #414F6A

Tints of East Bay #414F6A

Color information

#414F6A (or 0x414F6A) is unknown color: approx East Bay. HEX triplet: 41, 4F and 6A. RGB value is (65,79,106). Sum of RGB (Red+Green+Blue) = 65+79+106=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #414F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F6A is #BEB095. Grayscale: #4D4D4D. Windows color (decimal): -12497046 or 6967105. OLE color: 6967105.

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

Color convert

RGB6579106-
CMYK0.390.2500.58
HSL219.51º23.98%33.53%-
HSV(B)219.51º38.68%41.57%-
XYZ7.587.7614.73-
YUV77.89143.86118.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 106 (41.80% from 255) = 42.4%
R=26%
G=31.6%
B=42.4%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65791060.390.2500.58219.5123.9833.53
Hex414F6A271903Adc1822
Octal10111715247310723343042
Binary1000001100111111010101001111100101110101101110011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,79,106); }

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

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

 a { background-color: rgb(65,79,106); }

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

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

 span { border-color: rgb(65,79,106); }

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