Html Css Color HEX #417577 Ming

📋 copy color: '#417577'

red 65 ◦ green 117 ◦ blue 119

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

Shades of Ming #417577

Tints of Ming #417577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 21.59%
G = 38.87%
B = 39.53%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#417577 (or 0x417577) is known color: Ming. HEX triplet: 41, 75 and 77. RGB value is (65,117,119). Sum of RGB (Red+Green+Blue) = 65+117+119=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #417577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417577 is #BE8A88. Grayscale: #656565. Windows color (decimal): -12487305 or 7828801. OLE color: 7828801.

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

Color convert

RGB 65 117 119 -
CMYK 0.45 0.02 0 0.53
HSL 182.22º 0.29% 0.36% -
HSV(B) 182.22º 0.45% 0.47% -
XYZ 11.87 15.18 19.76 -
YUV 101.68 137.77 101.84 -
System Red Green Blue C M Y K H S L
Decimal 65 117 119 0.45 0.02 0 0.53 182.22 0.29 0.36
Hex 41 75 77 2D 2 0 35 B6 1D 24
Octal 101 165 167 55 2 0 65 266 35 44
Binary 1000001 1110101 1110111 101101 10 0 110101 10110110 11101 100100

Color Harmonies of #417577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417577

Black with #417577

Text Example


Text Example

White with #417577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417577; }

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

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

background-color css

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

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

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

border-color css

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

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

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