Html Css Color HEX #43767D Ming

📋 copy color: '#43767D'

red 67 ◦ green 118 ◦ blue 125

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

Shades of Ming #43767D

Tints of Ming #43767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 21.61%
G = 38.06%
B = 40.32%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43767D (or 0x43767D) is known color: Ming. HEX triplet: 43, 76 and 7D. RGB value is (67,118,125). Sum of RGB (Red+Green+Blue) = 67+118+125=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #43767D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43767D is #BC8982. Grayscale: #676767. Windows color (decimal): -12355971 or 8222275. OLE color: 8222275.

HSL color Cylindrical-coordinate representation of color #43767D: hue angle of 187.24º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43767D is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 118 125 -
CMYK 0.46 0.06 0 0.51
HSL 187.24º 0.3% 0.38% -
HSV(B) 187.24º 0.46% 0.49% -
XYZ 12.49 15.63 21.76 -
YUV 103.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 67 118 125 0.46 0.06 0 0.51 187.24 0.3 0.38
Hex 43 76 7D 2E 6 0 33 BB 1E 26
Octal 103 166 175 56 6 0 63 273 36 46
Binary 1000011 1110110 1111101 101110 110 0 110011 10111011 11110 100110

Color Harmonies of #43767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43767D

Black with #43767D

Text Example


Text Example

White with #43767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #43767D;
 }
 .AnyTagClassName
 {
   color: #43767D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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