Html Css Color HEX #417379 Ming

📋 copy color: '#417379'

red 65 ◦ green 115 ◦ blue 121

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

Shades of Ming #417379

Tints of Ming #417379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 21.59%
G = 38.21%
B = 40.2%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#417379 (or 0x417379) is known color: Ming. HEX triplet: 41, 73 and 79. RGB value is (65,115,121). Sum of RGB (Red+Green+Blue) = 65+115+121=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #417379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417379 is #BE8C86. Grayscale: #646464. Windows color (decimal): -12487815 or 7959361. OLE color: 7959361.

HSL color Cylindrical-coordinate representation of color #417379: hue angle of 186.43º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #417379 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 115 121 -
CMYK 0.46 0.05 0 0.53
HSL 186.43º 0.3% 0.36% -
HSV(B) 186.43º 0.46% 0.47% -
XYZ 11.76 14.77 20.32 -
YUV 100.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 65 115 121 0.46 0.05 0 0.53 186.43 0.3 0.36
Hex 41 73 79 2E 5 0 35 BA 1E 24
Octal 101 163 171 56 5 0 65 272 36 44
Binary 1000001 1110011 1111001 101110 101 0 110101 10111010 11110 100100

Color Harmonies of #417379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417379

Black with #417379

Text Example


Text Example

White with #417379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417379; }

 p { color: rgb(65,115,121); }

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

background-color css

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

 a { background-color: rgb(65,115,121); }

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

border-color css

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

 span { border-color: rgb(65,115,121); }

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