Html Css Color HEX #40717B Ming

📋 copy color: '#40717B'

red 64 ◦ green 113 ◦ blue 123

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

Shades of Ming #40717B

Tints of Ming #40717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.67%

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

R = 21.33%
G = 37.67%
B = 41%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40717B (or 0x40717B) is known color: Ming. HEX triplet: 40, 71 and 7B. RGB value is (64,113,123). Sum of RGB (Red+Green+Blue) = 64+113+123=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #40717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40717B is #BF8E84. Grayscale: #636363. Windows color (decimal): -12553861 or 8089920. OLE color: 8089920.

HSL color Cylindrical-coordinate representation of color #40717B: hue angle of 190.17º 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 #40717B is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 113 123 -
CMYK 0.48 0.08 0 0.52
HSL 190.17º 0.32% 0.37% -
HSV(B) 190.17º 0.48% 0.48% -
XYZ 11.59 14.33 20.89 -
YUV 99.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 64 113 123 0.48 0.08 0 0.52 190.17 0.32 0.37
Hex 40 71 7B 30 8 0 34 BE 20 25
Octal 100 161 173 60 10 0 64 276 40 45
Binary 1000000 1110001 1111011 110000 1000 0 110100 10111110 100000 100101

Color Harmonies of #40717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40717B

Black with #40717B

Text Example


Text Example

White with #40717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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