Html Css Color HEX #407781 Ming

📋 copy color: '#407781'

red 64 ◦ green 119 ◦ blue 129

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

Shades of Ming #407781

Tints of Ming #407781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.14%

 BLUE value IS 129 (50.78% from 255) = 41.35%

R = 20.51%
G = 38.14%
B = 41.35%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407781 (or 0x407781) is known color: Ming. HEX triplet: 40, 77 and 81. RGB value is (64,119,129). Sum of RGB (Red+Green+Blue) = 64+119+129=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #407781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407781 is #BF887E. Grayscale: #676767. Windows color (decimal): -12552319 or 8484672. OLE color: 8484672.

HSL color Cylindrical-coordinate representation of color #407781: hue angle of 189.23º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407781 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 119 129 -
CMYK 0.50 0.08 0 0.49
HSL 189.23º 0.34% 0.38% -
HSV(B) 189.23º 0.5% 0.51% -
XYZ 12.67 15.87 23.16 -
YUV 103.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 64 119 129 0.50 0.08 0 0.49 189.23 0.34 0.38
Hex 40 77 81 32 8 0 31 BD 22 26
Octal 100 167 201 62 10 0 61 275 42 46
Binary 1000000 1110111 10000001 110010 1000 0 110001 10111101 100010 100110

Color Harmonies of #407781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407781

Black with #407781

Text Example


Text Example

White with #407781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407781; }

 p { color: rgb(64,119,129); }

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

background-color css

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

 a { background-color: rgb(64,119,129); }

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

border-color css

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

 span { border-color: rgb(64,119,129); }

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