#43486D

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

Shades of Port Gore #43486D

Tints of Port Gore #43486D

Color information

#43486D (or 0x43486D) is unknown color: approx Port Gore. HEX triplet: 43, 48 and 6D. RGB value is (67,72,109). Sum of RGB (Red+Green+Blue) = 67+72+109=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #43486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43486D is #BCB792. Grayscale: #4A4A4A. Windows color (decimal): -12367763 or 7161923. OLE color: 7161923.

HSL color Cylindrical-coordinate representation of color #43486D: hue angle of 232.86º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #43486D is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6772109-
CMYK0.390.3400.57
HSL232.86º23.86%34.51%-
HSV(B)232.86º38.53%42.75%-
XYZ7.396.9315.42-
YUV74.72147.34122.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.02%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=27.02%
G=29.03%
B=43.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal67721090.390.3400.57232.8623.8634.51
Hex43486D2722039e91823
Octal10311015547420713513043
Binary10000111001000110110110011110001001110011110100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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