Html Css Color HEX #43757E Ming

📋 copy color: '#43757E'

red 67 ◦ green 117 ◦ blue 126

#43757E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #43757E

Tints of Ming #43757E

RGB

 RED value IS 67 (26.56% from 255) = 21.61%

 GREEN value IS 117 (46.09% from 255) = 37.74%

 BLUE value IS 126 (49.61% from 255) = 40.65%

R = 21.61%
G = 37.74%
B = 40.65%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43757E (or 0x43757E) is known color: Ming. HEX triplet: 43, 75 and 7E. RGB value is (67,117,126). Sum of RGB (Red+Green+Blue) = 67+117+126=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #43757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43757E is #BC8A81. Grayscale: #666666. Windows color (decimal): -12356226 or 8287555. OLE color: 8287555.

HSL color Cylindrical-coordinate representation of color #43757E: hue angle of 189.15º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43757E is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 117 126 -
CMYK 0.47 0.07 0 0.51
HSL 189.15º 0.31% 0.38% -
HSV(B) 189.15º 0.47% 0.49% -
XYZ 12.44 15.42 22.06 -
YUV 103.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 67 117 126 0.47 0.07 0 0.51 189.15 0.31 0.38
Hex 43 75 7E 2F 7 0 33 BD 1F 26
Octal 103 165 176 57 7 0 63 275 37 46
Binary 1000011 1110101 1111110 101111 111 0 110011 10111101 11111 100110

Color Harmonies of #43757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43757E

Black with #43757E

Text Example


Text Example

White with #43757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43757E; }

 p { color: rgb(67,117,126); }

 H1.HeaderClassName
 {
   color: #43757E;
 }
 .AnyTagClassName
 {
   color: #43757E;
 }
</style>

background-color css

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

 a { background-color: rgb(67,117,126); }

 div.DivClassName
 {
   background-color: #43757E;
 }
 .BgClassName
 {
   background-color: #43757E;
 }
</style>

border-color css

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

 span { border-color: rgb(67,117,126); }

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