#417A7A

Color #417A7A Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #417A7A

Tints of Ming #417A7A

Color information

#417A7A (or 0x417A7A) is unknown color: approx Ming. HEX triplet: 41, 7A and 7A. RGB value is (65,122,122). Sum of RGB (Red+Green+Blue) = 65+122+122=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #417A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A7A is #BE8585. Grayscale: #686868. Windows color (decimal): -12486022 or 8026689. OLE color: 8026689.

HSL color Cylindrical-coordinate representation of color #417A7A: hue angle of 180º 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 #417A7A is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB65122122-
CMYK0.47000.52
HSL180º30.48%36.67%-
HSV(B)180º46.72%47.84%-
XYZ12.6516.4520.92-
YUV104.96137.6299.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 122 (48.05% from 255) = 39.48%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=21.04%
G=39.48%
B=39.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651221220.47000.5218030.4836.67
Hex417A7A2F0034b41e25
Octal1011721725700642643645
Binary100000111110101111010101111001101001011010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #417A7A;
 }
 .AnyTagClassName
 {
   color: #417A7A;
 }
</style>
background-color css

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

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

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

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

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

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