#434660

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

Shades of Port Gore #434660

Tints of Port Gore #434660

Color information

#434660 (or 0x434660) is unknown color: approx Port Gore. HEX triplet: 43, 46 and 60. RGB value is (67,70,96). Sum of RGB (Red+Green+Blue) = 67+70+96=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #434660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434660 is #BCB99F. Grayscale: #474747. Windows color (decimal): -12368288 or 6309443. OLE color: 6309443.

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

Color convert

RGB677096-
CMYK0.300.2700.62
HSL233.79º17.79%31.96%-
HSV(B)233.79º30.21%37.65%-
XYZ6.626.4211.96-
YUV72.07141.51124.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.76%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=28.76%
G=30.04%
B=41.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6770960.300.2700.62233.7917.7931.96
Hex4346601E1B03Eea1220
Octal10310614036330763522240
Binary100001110001101100000111101101101111101110101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434660; }

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

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

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

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

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

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

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

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