#417279

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

Shades of Ming #417279

Tints of Ming #417279

Color information

#417279 (or 0x417279) is unknown color: approx Ming. HEX triplet: 41, 72 and 79. RGB value is (65,114,121). Sum of RGB (Red+Green+Blue) = 65+114+121=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #417279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417279 is #BE8D86. Grayscale: #646464. Windows color (decimal): -12488071 or 7959105. OLE color: 7959105.

HSL color Cylindrical-coordinate representation of color #417279: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #417279 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB65114121-
CMYK0.460.0600.53
HSL187.5º30.11%36.47%-
HSV(B)187.5º46.28%47.45%-
XYZ11.6514.5420.28-
YUV100.15139.77102.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=21.67%
G=38%
B=40.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651141210.460.0600.53187.530.1136.47
Hex4172792E6035bc1e24
Octal1011621715660652743644
Binary10000011110010111100110111011001101011011110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417279; }

 p { color: rgb(65,114,121); }

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

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

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

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

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

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

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