#417073

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

Shades of Ming #417073

Tints of Ming #417073

Color information

#417073 (or 0x417073) is unknown color: approx Ming. HEX triplet: 41, 70 and 73. RGB value is (65,112,115). Sum of RGB (Red+Green+Blue) = 65+112+115=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #417073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417073 is #BE8F8C. Grayscale: #626262. Windows color (decimal): -12488589 or 7565377. OLE color: 7565377.

HSL color Cylindrical-coordinate representation of color #417073: hue angle of 183.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #417073 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB65112115-
CMYK0.430.0300.55
HSL183.6º27.78%35.29%-
HSV(B)183.6º43.48%45.1%-
XYZ11.0713.9518.33-
YUV98.29137.43104.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=22.26%
G=38.36%
B=39.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651121150.430.0300.55183.627.7835.29
Hex4170732B3037b81c23
Octal1011601635330672703443
Binary1000001111000011100111010111101101111011100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417073; }

 p { color: rgb(65,112,115); }

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

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

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

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

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

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

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