#404667

Color #404667 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #404667

Tints of Port Gore #404667

Color information

#404667 (or 0x404667) is unknown color: approx Port Gore. HEX triplet: 40, 46 and 67. RGB value is (64,70,103). Sum of RGB (Red+Green+Blue) = 64+70+103=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #404667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404667 is #BFB998. Grayscale: #474747. Windows color (decimal): -12564889 or 6768192. OLE color: 6768192.

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

Color convert

RGB6470103-
CMYK0.380.3200.60
HSL230.77º23.35%32.75%-
HSV(B)230.77º37.86%40.39%-
XYZ6.756.4513.72-
YUV71.97145.51122.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=27.00%
G=29.54%
B=43.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64701030.380.3200.60230.7723.3532.75
Hex404667262003Ce71721
Octal10010614746400743472741
Binary10000001000110110011110011010000001111001110011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404667; }

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

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

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

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

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

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

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

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