Html Css Color HEX #417471 Ming

📋 copy color: '#417471'

red 65 ◦ green 116 ◦ blue 113

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

Shades of Ming #417471

Tints of Ming #417471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.46%

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 22.11%
G = 39.46%
B = 38.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#417471 (or 0x417471) is known color: Ming. HEX triplet: 41, 74 and 71. RGB value is (65,116,113). Sum of RGB (Red+Green+Blue) = 65+116+113=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #417471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417471 is #BE8B8E. Grayscale: #646464. Windows color (decimal): -12487567 or 7435329. OLE color: 7435329.

HSL color Cylindrical-coordinate representation of color #417471: hue angle of 176.47º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417471 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 113 -
CMYK 0.44 0 0.03 0.55
HSL 176.47º 0.28% 0.35% -
HSV(B) 176.47º 0.44% 0.45% -
XYZ 11.41 14.81 17.88 -
YUV 100.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 65 116 113 0.44 0 0.03 0.55 176.47 0.28 0.35
Hex 41 74 71 2C 0 3 37 B0 1C 23
Octal 101 164 161 54 0 3 67 260 34 43
Binary 1000001 1110100 1110001 101100 0 11 110111 10110000 11100 100011

Color Harmonies of #417471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417471

Black with #417471

Text Example


Text Example

White with #417471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417471; }

 p { color: rgb(65,116,113); }

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

background-color css

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

 a { background-color: rgb(65,116,113); }

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

border-color css

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

 span { border-color: rgb(65,116,113); }

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