Html Css Color HEX #417476 Ming

📋 copy color: '#417476'

red 65 ◦ green 116 ◦ blue 118

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

Shades of Ming #417476

Tints of Ming #417476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.46%

R = 21.74%
G = 38.8%
B = 39.46%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#417476 (or 0x417476) is known color: Ming. HEX triplet: 41, 74 and 76. RGB value is (65,116,118). Sum of RGB (Red+Green+Blue) = 65+116+118=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #417476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417476 is #BE8B89. Grayscale: #646464. Windows color (decimal): -12487562 or 7763009. OLE color: 7763009.

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

Color convert

RGB 65 116 118 -
CMYK 0.45 0.02 0 0.54
HSL 182.26º 0.29% 0.36% -
HSV(B) 182.26º 0.45% 0.46% -
XYZ 11.7 14.92 19.4 -
YUV 100.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 65 116 118 0.45 0.02 0 0.54 182.26 0.29 0.36
Hex 41 74 76 2D 2 0 36 B6 1D 24
Octal 101 164 166 55 2 0 66 266 35 44
Binary 1000001 1110100 1110110 101101 10 0 110110 10110110 11101 100100

Color Harmonies of #417476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417476

Black with #417476

Text Example


Text Example

White with #417476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417476; }

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

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

background-color css

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

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

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

border-color css

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

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

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