#434963

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

Shades of Port Gore #434963

Tints of Port Gore #434963

Color information

#434963 (or 0x434963) is unknown color: approx Port Gore. HEX triplet: 43, 49 and 63. RGB value is (67,73,99). Sum of RGB (Red+Green+Blue) = 67+73+99=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #434963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434963 is #BCB69C. Grayscale: #4A4A4A. Windows color (decimal): -12367517 or 6506819. OLE color: 6506819.

HSL color Cylindrical-coordinate representation of color #434963: hue angle of 228.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #434963 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB677399-
CMYK0.320.2600.61
HSL228.75º19.28%32.55%-
HSV(B)228.75º32.32%38.82%-
XYZ6.956.8612.76-
YUV74.17142.01122.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.03%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=28.03%
G=30.54%
B=41.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6773990.320.2600.61228.7519.2832.55
Hex434963201A03De51321
Octal10311114340320753452341
Binary1000011100100111000111000001101001111011110010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434963; }

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

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

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

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

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

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

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

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