#434760

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

Shades of Port Gore #434760

Tints of Port Gore #434760

Color information

#434760 (or 0x434760) is unknown color: approx Port Gore. HEX triplet: 43, 47 and 60. RGB value is (67,71,96). Sum of RGB (Red+Green+Blue) = 67+71+96=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #434760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434760 is #BCB89F. Grayscale: #484848. Windows color (decimal): -12368032 or 6309699. OLE color: 6309699.

HSL color Cylindrical-coordinate representation of color #434760: hue angle of 231.72º 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 #434760 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB677196-
CMYK0.300.2600.62
HSL231.72º17.79%31.96%-
HSV(B)231.72º30.21%37.65%-
XYZ6.686.5411.98-
YUV72.65141.17123.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.63%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=28.63%
G=30.34%
B=41.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6771960.300.2600.62231.7217.7931.96
Hex4347601E1A03Ee81220
Octal10310714036320763502240
Binary100001110001111100000111101101001111101110100010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434760; }

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

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

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

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

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

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

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

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