Html Css Color HEX #40757B Ming

📋 copy color: '#40757B'

red 64 ◦ green 117 ◦ blue 123

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

Shades of Ming #40757B

Tints of Ming #40757B

RGB

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

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

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

R = 21.05%
G = 38.49%
B = 40.46%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40757B (or 0x40757B) is known color: Ming. HEX triplet: 40, 75 and 7B. RGB value is (64,117,123). Sum of RGB (Red+Green+Blue) = 64+117+123=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #40757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40757B is #BF8A84. Grayscale: #656565. Windows color (decimal): -12552837 or 8090944. OLE color: 8090944.

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

Color convert

RGB 64 117 123 -
CMYK 0.48 0.05 0 0.52
HSL 186.1º 0.32% 0.37% -
HSV(B) 186.1º 0.48% 0.48% -
XYZ 12.05 15.24 21.05 -
YUV 101.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 64 117 123 0.48 0.05 0 0.52 186.1 0.32 0.37
Hex 40 75 7B 30 5 0 34 BA 20 25
Octal 100 165 173 60 5 0 64 272 40 45
Binary 1000000 1110101 1111011 110000 101 0 110100 10111010 100000 100101

Color Harmonies of #40757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40757B

Black with #40757B

Text Example


Text Example

White with #40757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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