Html Css Color HEX #417580 Ming

📋 copy color: '#417580'

red 65 ◦ green 117 ◦ blue 128

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

Shades of Ming #417580

Tints of Ming #417580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 20.97%
G = 37.74%
B = 41.29%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#417580 (or 0x417580) is known color: Ming. HEX triplet: 41, 75 and 80. RGB value is (65,117,128). Sum of RGB (Red+Green+Blue) = 65+117+128=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #417580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417580 is #BE8A7F. Grayscale: #666666. Windows color (decimal): -12487296 or 8418625. OLE color: 8418625.

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

Color convert

RGB 65 117 128 -
CMYK 0.49 0.09 0 0.50
HSL 190.48º 0.33% 0.38% -
HSV(B) 190.48º 0.49% 0.5% -
XYZ 12.44 15.4 22.74 -
YUV 102.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 65 117 128 0.49 0.09 0 0.50 190.48 0.33 0.38
Hex 41 75 80 31 9 0 32 BE 21 26
Octal 101 165 200 61 11 0 62 276 41 46
Binary 1000001 1110101 10000000 110001 1001 0 110010 10111110 100001 100110

Color Harmonies of #417580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417580

Black with #417580

Text Example


Text Example

White with #417580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417580; }

 p { color: rgb(65,117,128); }

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

background-color css

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

 a { background-color: rgb(65,117,128); }

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

border-color css

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

 span { border-color: rgb(65,117,128); }

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