#417B75

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

Shades of Ming #417B75

Tints of Ming #417B75

Color information

#417B75 (or 0x417B75) is unknown color: approx Ming. HEX triplet: 41, 7B and 75. RGB value is (65,123,117). Sum of RGB (Red+Green+Blue) = 65+123+117=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #417B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B75 is #BE848A. Grayscale: #686868. Windows color (decimal): -12485771 or 7699265. OLE color: 7699265.

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

Color convert

RGB65123117-
CMYK0.4700.050.52
HSL173.79º30.85%36.86%-
HSV(B)173.79º47.15%48.24%-
XYZ12.4716.5719.37-
YUV104.97134.7899.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=21.31%
G=40.33%
B=38.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651231170.4700.050.52173.7930.8536.86
Hex417B752F0534ae1f25
Octal1011731655705642563745
Binary10000011111011111010110111101011101001010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,123,117); }

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

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

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

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

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

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

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