Html Css Color HEX #40737B Ming

📋 copy color: '#40737B'

red 64 ◦ green 115 ◦ blue 123

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

Shades of Ming #40737B

Tints of Ming #40737B

RGB

 RED value IS 64 (25.39% from 255) = 21.19%

 GREEN value IS 115 (45.31% from 255) = 38.08%

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 21.19%
G = 38.08%
B = 40.73%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40737B (or 0x40737B) is known color: Ming. HEX triplet: 40, 73 and 7B. RGB value is (64,115,123). Sum of RGB (Red+Green+Blue) = 64+115+123=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #40737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40737B is #BF8C84. Grayscale: #646464. Windows color (decimal): -12553349 or 8090432. OLE color: 8090432.

HSL color Cylindrical-coordinate representation of color #40737B: hue angle of 188.14º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40737B is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 115 123 -
CMYK 0.48 0.07 0 0.52
HSL 188.14º 0.32% 0.37% -
HSV(B) 188.14º 0.48% 0.48% -
XYZ 11.82 14.78 20.97 -
YUV 100.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 64 115 123 0.48 0.07 0 0.52 188.14 0.32 0.37
Hex 40 73 7B 30 7 0 34 BC 20 25
Octal 100 163 173 60 7 0 64 274 40 45
Binary 1000000 1110011 1111011 110000 111 0 110100 10111100 100000 100101

Color Harmonies of #40737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40737B

Black with #40737B

Text Example


Text Example

White with #40737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40737B; }

 p { color: rgb(64,115,123); }

 H1.HeaderClassName
 {
   color: #40737B;
 }
 .AnyTagClassName
 {
   color: #40737B;
 }
</style>

background-color css

<style>
 a { background-color: #40737B; }

 a { background-color: rgb(64,115,123); }

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

border-color css

<style>
 span { border-color: #40737B; }

 span { border-color: rgb(64,115,123); }

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