Html Css Color HEX #417C78 Ming

📋 copy color: '#417C78'

red 65 ◦ green 124 ◦ blue 120

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

Shades of Ming #417C78

Tints of Ming #417C78

RGB

 RED value IS 65 (25.78% from 255) = 21.04%

 GREEN value IS 124 (48.83% from 255) = 40.13%

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 21.04%
G = 40.13%
B = 38.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#417C78 (or 0x417C78) is known color: Ming. HEX triplet: 41, 7C and 78. RGB value is (65,124,120). Sum of RGB (Red+Green+Blue) = 65+124+120=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #417C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C78 is #BE8387. Grayscale: #696969. Windows color (decimal): -12485512 or 7896129. OLE color: 7896129.

HSL color Cylindrical-coordinate representation of color #417C78: hue angle of 175.93º degrees, saturation: 0.31, 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 #417C78 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 124 120 -
CMYK 0.48 0 0.03 0.51
HSL 175.93º 0.31% 0.37% -
HSV(B) 175.93º 0.48% 0.49% -
XYZ 12.78 16.9 20.36 -
YUV 105.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 65 124 120 0.48 0 0.03 0.51 175.93 0.31 0.37
Hex 41 7C 78 30 0 3 33 B0 1F 25
Octal 101 174 170 60 0 3 63 260 37 45
Binary 1000001 1111100 1111000 110000 0 11 110011 10110000 11111 100101

Color Harmonies of #417C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C78

Black with #417C78

Text Example


Text Example

White with #417C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417C78; }

 p { color: rgb(65,124,120); }

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

background-color css

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

 a { background-color: rgb(65,124,120); }

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

border-color css

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

 span { border-color: rgb(65,124,120); }

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