Html Css Color HEX #417475 Ming

📋 copy color: '#417475'

red 65 ◦ green 116 ◦ blue 117

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

Shades of Ming #417475

Tints of Ming #417475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.26%

R = 21.81%
G = 38.93%
B = 39.26%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#417475 (or 0x417475) is known color: Ming. HEX triplet: 41, 74 and 75. RGB value is (65,116,117). Sum of RGB (Red+Green+Blue) = 65+116+117=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #417475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417475 is #BE8B8A. Grayscale: #646464. Windows color (decimal): -12487563 or 7697473. OLE color: 7697473.

HSL color Cylindrical-coordinate representation of color #417475: hue angle of 181.15º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417475 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 116 117 -
CMYK 0.44 0.01 0 0.54
HSL 181.15º 0.29% 0.36% -
HSV(B) 181.15º 0.44% 0.46% -
XYZ 11.64 14.9 19.09 -
YUV 100.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 65 116 117 0.44 0.01 0 0.54 181.15 0.29 0.36
Hex 41 74 75 2C 1 0 36 B5 1D 24
Octal 101 164 165 54 1 0 66 265 35 44
Binary 1000001 1110100 1110101 101100 1 0 110110 10110101 11101 100100

Color Harmonies of #417475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417475

Black with #417475

Text Example


Text Example

White with #417475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417475; }

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

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

background-color css

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

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

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

border-color css

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

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

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