#417A7D

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

Shades of Ming #417A7D

Tints of Ming #417A7D

Color information

#417A7D (or 0x417A7D) is unknown color: approx Ming. HEX triplet: 41, 7A and 7D. RGB value is (65,122,125). Sum of RGB (Red+Green+Blue) = 65+122+125=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #417A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A7D is #BE8582. Grayscale: #696969. Windows color (decimal): -12486019 or 8223297. OLE color: 8223297.

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

Color convert

RGB65122125-
CMYK0.480.0200.51
HSL183º31.58%37.25%-
HSV(B)183º48%49.02%-
XYZ12.8416.5221.91-
YUV105.3139.1299.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=20.83%
G=39.10%
B=40.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651221250.480.0200.5118331.5837.25
Hex417A7D302033b72025
Octal1011721756020632674045
Binary10000011111010111110111000010011001110110111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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