Html Css Color HEX #417774 Ming

📋 copy color: '#417774'

red 65 ◦ green 119 ◦ blue 116

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

Shades of Ming #417774

Tints of Ming #417774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 21.67%
G = 39.67%
B = 38.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#417774 (or 0x417774) is known color: Ming. HEX triplet: 41, 77 and 74. RGB value is (65,119,116). Sum of RGB (Red+Green+Blue) = 65+119+116=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #417774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417774 is #BE888B. Grayscale: #666666. Windows color (decimal): -12486796 or 7632705. OLE color: 7632705.

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

Color convert

RGB 65 119 116 -
CMYK 0.45 0 0.03 0.53
HSL 176.67º 0.29% 0.36% -
HSV(B) 176.67º 0.45% 0.47% -
XYZ 11.93 15.58 18.9 -
YUV 102.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 65 119 116 0.45 0 0.03 0.53 176.67 0.29 0.36
Hex 41 77 74 2D 0 3 35 B1 1D 24
Octal 101 167 164 55 0 3 65 261 35 44
Binary 1000001 1110111 1110100 101101 0 11 110101 10110001 11101 100100

Color Harmonies of #417774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417774

Black with #417774

Text Example


Text Example

White with #417774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417774; }

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

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

background-color css

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

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

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

border-color css

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

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

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