Html Css Color HEX #417376 Ming

📋 copy color: '#417376'

red 65 ◦ green 115 ◦ blue 118

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

Shades of Ming #417376

Tints of Ming #417376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

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

R = 21.81%
G = 38.59%
B = 39.6%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#417376 (or 0x417376) is known color: Ming. HEX triplet: 41, 73 and 76. RGB value is (65,115,118). Sum of RGB (Red+Green+Blue) = 65+115+118=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #417376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417376 is #BE8C89. Grayscale: #646464. Windows color (decimal): -12487818 or 7762753. OLE color: 7762753.

HSL color Cylindrical-coordinate representation of color #417376: hue angle of 183.4º 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 #417376 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 115 118 -
CMYK 0.45 0.03 0 0.54
HSL 183.4º 0.29% 0.36% -
HSV(B) 183.4º 0.45% 0.46% -
XYZ 11.58 14.69 19.37 -
YUV 100.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 65 115 118 0.45 0.03 0 0.54 183.4 0.29 0.36
Hex 41 73 76 2D 3 0 36 B7 1D 24
Octal 101 163 166 55 3 0 66 267 35 44
Binary 1000001 1110011 1110110 101101 11 0 110110 10110111 11101 100100

Color Harmonies of #417376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417376

Black with #417376

Text Example


Text Example

White with #417376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417376; }

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

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

background-color css

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

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

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

border-color css

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

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

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