#434960

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

Shades of Port Gore #434960

Tints of Port Gore #434960

Color information

#434960 (or 0x434960) is unknown color: approx Port Gore. HEX triplet: 43, 49 and 60. RGB value is (67,73,96). Sum of RGB (Red+Green+Blue) = 67+73+96=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #434960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434960 is #BCB69F. Grayscale: #494949. Windows color (decimal): -12367520 or 6310211. OLE color: 6310211.

HSL color Cylindrical-coordinate representation of color #434960: hue angle of 227.59º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #434960 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB677396-
CMYK0.300.2400.62
HSL227.59º17.79%31.96%-
HSV(B)227.59º30.21%37.65%-
XYZ6.816.812.02-
YUV73.83140.51123.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.39%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=28.39%
G=30.93%
B=40.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6773960.300.2400.62227.5917.7931.96
Hex4349601E1803Ee41220
Octal10311114036300763442240
Binary100001110010011100000111101100001111101110010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434960; }

 p { color: rgb(67,73,96); }

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

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

 a { background-color: rgb(67,73,96); }

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

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

 span { border-color: rgb(67,73,96); }

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