#404E67

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

Shades of East Bay #404E67

Tints of East Bay #404E67

Color information

#404E67 (or 0x404E67) is unknown color: approx East Bay. HEX triplet: 40, 4E and 67. RGB value is (64,78,103). Sum of RGB (Red+Green+Blue) = 64+78+103=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 103 - color contains mainly: blue. Hex color #404E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E67 is #BFB198. Grayscale: #4C4C4C. Windows color (decimal): -12562841 or 6770240. OLE color: 6770240.

HSL color Cylindrical-coordinate representation of color #404E67: hue angle of 218.46º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404E67 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6478103-
CMYK0.380.2400.60
HSL218.46º23.35%32.75%-
HSV(B)218.46º37.86%40.39%-
XYZ7.297.5213.9-
YUV76.66142.86118.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 103 (40.62% from 255) = 42.04%
R=26.12%
G=31.84%
B=42.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64781030.380.2400.60218.4623.3532.75
Hex404E67261803Cda1721
Octal10011614746300743322741
Binary1000000100111011001111001101100001111001101101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404E67; }

 p { color: rgb(64,78,103); }

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

<style>
 a { background-color: #404E67; }

 a { background-color: rgb(64,78,103); }

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

<style>
 span { border-color: #404E67; }

 span { border-color: rgb(64,78,103); }

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