#43486F

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

Shades of Port Gore #43486F

Tints of Port Gore #43486F

Color information

#43486F (or 0x43486F) is unknown color: approx Port Gore. HEX triplet: 43, 48 and 6F. RGB value is (67,72,111). Sum of RGB (Red+Green+Blue) = 67+72+111=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 111 - color contains mainly: blue. Hex color #43486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43486F is #BCB790. Grayscale: #4A4A4A. Windows color (decimal): -12367761 or 7292995. OLE color: 7292995.

HSL color Cylindrical-coordinate representation of color #43486F: hue angle of 233.18º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43486F is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6772111-
CMYK0.400.3500.56
HSL233.18º24.72%34.9%-
HSV(B)233.18º39.64%43.53%-
XYZ7.56.9815.99-
YUV74.95148.34122.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.8%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 111 (43.75% from 255) = 44.4%
R=26.8%
G=28.8%
B=44.4%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67721110.400.3500.56233.1824.7234.9
Hex43486F2823038e91923
Octal10311015750430703513143
Binary10000111001000110111110100010001101110001110100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,72,111); }

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

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

 a { background-color: rgb(67,72,111); }

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

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

 span { border-color: rgb(67,72,111); }

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