Html Css Color HEX #417776 Ming

📋 copy color: '#417776'

red 65 ◦ green 119 ◦ blue 118

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

Shades of Ming #417776

Tints of Ming #417776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

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

R = 21.52%
G = 39.4%
B = 39.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#417776 (or 0x417776) is known color: Ming. HEX triplet: 41, 77 and 76. RGB value is (65,119,118). Sum of RGB (Red+Green+Blue) = 65+119+118=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #417776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417776 is #BE8889. Grayscale: #666666. Windows color (decimal): -12486794 or 7763777. OLE color: 7763777.

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

Color convert

RGB 65 119 118 -
CMYK 0.45 0 0.01 0.53
HSL 178.89º 0.29% 0.36% -
HSV(B) 178.89º 0.45% 0.47% -
XYZ 12.05 15.63 19.52 -
YUV 102.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 65 119 118 0.45 0 0.01 0.53 178.89 0.29 0.36
Hex 41 77 76 2D 0 1 35 B3 1D 24
Octal 101 167 166 55 0 1 65 263 35 44
Binary 1000001 1110111 1110110 101101 0 1 110101 10110011 11101 100100

Color Harmonies of #417776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417776

Black with #417776

Text Example


Text Example

White with #417776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417776; }

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

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

background-color css

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

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

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

border-color css

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

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

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