Html Css Color HEX #417079 Ming

📋 copy color: '#417079'

red 65 ◦ green 112 ◦ blue 121

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

Shades of Ming #417079

Tints of Ming #417079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

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

R = 21.81%
G = 37.58%
B = 40.6%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#417079 (or 0x417079) is known color: Ming. HEX triplet: 41, 70 and 79. RGB value is (65,112,121). Sum of RGB (Red+Green+Blue) = 65+112+121=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #417079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417079 is #BE8F86. Grayscale: #626262. Windows color (decimal): -12488583 or 7958593. OLE color: 7958593.

HSL color Cylindrical-coordinate representation of color #417079: hue angle of 189.64º 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 #417079 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 112 121 -
CMYK 0.46 0.07 0 0.53
HSL 189.64º 0.3% 0.36% -
HSV(B) 189.64º 0.46% 0.47% -
XYZ 11.43 14.09 20.21 -
YUV 98.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 65 112 121 0.46 0.07 0 0.53 189.64 0.3 0.36
Hex 41 70 79 2E 7 0 35 BE 1E 24
Octal 101 160 171 56 7 0 65 276 36 44
Binary 1000001 1110000 1111001 101110 111 0 110101 10111110 11110 100100

Color Harmonies of #417079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417079

Black with #417079

Text Example


Text Example

White with #417079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417079; }

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

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

background-color css

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

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

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

border-color css

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

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

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