#404B67

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

Shades of East Bay #404B67

Tints of East Bay #404B67

Color information

#404B67 (or 0x404B67) is unknown color: approx East Bay. HEX triplet: 40, 4B and 67. RGB value is (64,75,103). Sum of RGB (Red+Green+Blue) = 64+75+103=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #404B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B67 is #BFB498. Grayscale: #4A4A4A. Windows color (decimal): -12563609 or 6769472. OLE color: 6769472.

HSL color Cylindrical-coordinate representation of color #404B67: hue angle of 223.08º 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 #404B67 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6475103-
CMYK0.380.2700.60
HSL223.08º23.35%32.75%-
HSV(B)223.08º37.86%40.39%-
XYZ7.087.113.83-
YUV74.9143.86120.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=26.45%
G=30.99%
B=42.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64751030.380.2700.60223.0823.3532.75
Hex404B67261B03Cdf1721
Octal10011314746330743372741
Binary1000000100101111001111001101101101111001101111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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