#417277

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

Shades of Ming #417277

Tints of Ming #417277

Color information

#417277 (or 0x417277) is unknown color: approx Ming. HEX triplet: 41, 72 and 77. RGB value is (65,114,119). Sum of RGB (Red+Green+Blue) = 65+114+119=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #417277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417277 is #BE8D88. Grayscale: #636363. Windows color (decimal): -12488073 or 7828033. OLE color: 7828033.

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

Color convert

RGB65114119-
CMYK0.450.0400.53
HSL185.56º29.35%36.08%-
HSV(B)185.56º45.38%46.67%-
XYZ11.5314.4919.64-
YUV99.92138.77103.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 119 (46.88% from 255) = 39.93%
R=21.81%
G=38.26%
B=39.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651141190.450.0400.53185.5629.3536.08
Hex4172772D4035ba1d24
Octal1011621675540652723544
Binary10000011110010111011110110110001101011011101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417277; }

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

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

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

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

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

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

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

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