#40425F

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

Shades of Port Gore #40425F

Tints of Port Gore #40425F

Color information

#40425F (or 0x40425F) is unknown color: approx Port Gore. HEX triplet: 40, 42 and 5F. RGB value is (64,66,95). Sum of RGB (Red+Green+Blue) = 64+66+95=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #40425F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40425F is #BFBDA0. Grayscale: #444444. Windows color (decimal): -12565921 or 6242880. OLE color: 6242880.

HSL color Cylindrical-coordinate representation of color #40425F: hue angle of 236.13º 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 #40425F is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB646695-
CMYK0.330.3100.63
HSL236.13º19.5%31.18%-
HSV(B)236.13º32.63%37.25%-
XYZ6.135.8111.63-
YUV68.71142.84124.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=28.44%
G=29.33%
B=42.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6466950.330.3100.63236.1319.531.18
Hex40425F211F03Fec131f
Octal10010213741370773542337
Binary100000010000101011111100001111110111111111011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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