Html Css Color HEX #417A77 Ming

📋 copy color: '#417A77'

red 65 ◦ green 122 ◦ blue 119

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

Shades of Ming #417A77

Tints of Ming #417A77

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.87%

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 21.24%
G = 39.87%
B = 38.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#417A77 (or 0x417A77) is known color: Ming. HEX triplet: 41, 7A and 77. RGB value is (65,122,119). Sum of RGB (Red+Green+Blue) = 65+122+119=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #417A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A77 is #BE8588. Grayscale: #686868. Windows color (decimal): -12486025 or 7830081. OLE color: 7830081.

HSL color Cylindrical-coordinate representation of color #417A77: hue angle of 176.84º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417A77 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 122 119 -
CMYK 0.47 0 0.02 0.52
HSL 176.84º 0.3% 0.37% -
HSV(B) 176.84º 0.47% 0.48% -
XYZ 12.47 16.37 19.96 -
YUV 104.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 65 122 119 0.47 0 0.02 0.52 176.84 0.3 0.37
Hex 41 7A 77 2F 0 2 34 B1 1E 25
Octal 101 172 167 57 0 2 64 261 36 45
Binary 1000001 1111010 1110111 101111 0 10 110100 10110001 11110 100101

Color Harmonies of #417A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A77

Black with #417A77

Text Example


Text Example

White with #417A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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