#43767A

Color #43767A Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #43767A

Tints of Ming #43767A

Color information

#43767A (or 0x43767A) is unknown color: approx Ming. HEX triplet: 43, 76 and 7A. RGB value is (67,118,122). Sum of RGB (Red+Green+Blue) = 67+118+122=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #43767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43767A is #BC8985. Grayscale: #676767. Windows color (decimal): -12355974 or 8025667. OLE color: 8025667.

HSL color Cylindrical-coordinate representation of color #43767A: hue angle of 184.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43767A is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB67118122-
CMYK0.450.0300.52
HSL184.36º29.1%37.06%-
HSV(B)184.36º45.08%47.84%-
XYZ12.3115.5620.77-
YUV103.21138.6102.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.82%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=21.82%
G=38.44%
B=39.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal671181220.450.0300.52184.3629.137.06
Hex43767A2D3034b81d25
Octal1031661725530642703545
Binary1000011111011011110101011011101101001011100011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43767A; }

 p { color: rgb(67,118,122); }

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

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

 a { background-color: rgb(67,118,122); }

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

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

 span { border-color: rgb(67,118,122); }

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