#414C6B

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

Shades of East Bay #414C6B

Tints of East Bay #414C6B

Color information

#414C6B (or 0x414C6B) is unknown color: approx East Bay. HEX triplet: 41, 4C and 6B. RGB value is (65,76,107). Sum of RGB (Red+Green+Blue) = 65+76+107=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #414C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C6B is #BEB394. Grayscale: #4C4C4C. Windows color (decimal): -12497813 or 7031873. OLE color: 7031873.

HSL color Cylindrical-coordinate representation of color #414C6B: hue angle of 224.29º 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 #414C6B is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6576107-
CMYK0.390.2900.58
HSL224.29º24.42%33.73%-
HSV(B)224.29º39.25%41.96%-
XYZ7.427.3514.94-
YUV76.24145.36119.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.21%
GREEN value IS 76 (30.08% from 255) = 30.65%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=26.21%
G=30.65%
B=43.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65761070.390.2900.58224.2924.4233.73
Hex414C6B271D03Ae01822
Octal10111415347350723403042
Binary1000001100110011010111001111110101110101110000011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,76,107); }

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

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

 a { background-color: rgb(65,76,107); }

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

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

 span { border-color: rgb(65,76,107); }

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