Html Css Color HEX #407B7C Ming

📋 copy color: '#407B7C'

red 64 ◦ green 123 ◦ blue 124

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

Shades of Ming #407B7C

Tints of Ming #407B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.55%

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 20.58%
G = 39.55%
B = 39.87%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#407B7C (or 0x407B7C) is known color: Ming. HEX triplet: 40, 7B and 7C. RGB value is (64,123,124). Sum of RGB (Red+Green+Blue) = 64+123+124=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #407B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B7C is #BF8483. Grayscale: #696969. Windows color (decimal): -12551300 or 8158016. OLE color: 8158016.

HSL color Cylindrical-coordinate representation of color #407B7C: hue angle of 181º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B7C is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 123 124 -
CMYK 0.48 0.01 0 0.51
HSL 181º 0.32% 0.37% -
HSV(B) 181º 0.48% 0.49% -
XYZ 12.84 16.71 21.62 -
YUV 105.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 64 123 124 0.48 0.01 0 0.51 181 0.32 0.37
Hex 40 7B 7C 30 1 0 33 B5 20 25
Octal 100 173 174 60 1 0 63 265 40 45
Binary 1000000 1111011 1111100 110000 1 0 110011 10110101 100000 100101

Color Harmonies of #407B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B7C

Black with #407B7C

Text Example


Text Example

White with #407B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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