#40435F

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

Shades of Port Gore #40435F

Tints of Port Gore #40435F

Color information

#40435F (or 0x40435F) is unknown color: approx Port Gore. HEX triplet: 40, 43 and 5F. RGB value is (64,67,95). Sum of RGB (Red+Green+Blue) = 64+67+95=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #40435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40435F is #BFBCA0. Grayscale: #454545. Windows color (decimal): -12565665 or 6243136. OLE color: 6243136.

HSL color Cylindrical-coordinate representation of color #40435F: hue angle of 234.19º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40435F is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB646795-
CMYK0.330.2900.63
HSL234.19º19.5%31.18%-
HSV(B)234.19º32.63%37.25%-
XYZ6.195.9311.65-
YUV69.3142.51124.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=28.32%
G=29.65%
B=42.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6467950.330.2900.63234.1919.531.18
Hex40435F211D03Fea131f
Octal10010313741350773522337
Binary100000010000111011111100001111010111111111010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40435F; }

 p { color: rgb(64,67,95); }

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

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

 a { background-color: rgb(64,67,95); }

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

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

 span { border-color: rgb(64,67,95); }

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