#417278

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

Shades of Ming #417278

Tints of Ming #417278

Color information

#417278 (or 0x417278) is unknown color: approx Ming. HEX triplet: 41, 72 and 78. RGB value is (65,114,120). Sum of RGB (Red+Green+Blue) = 65+114+120=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #417278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417278 is #BE8D87. Grayscale: #636363. Windows color (decimal): -12488072 or 7893569. OLE color: 7893569.

HSL color Cylindrical-coordinate representation of color #417278: hue angle of 186.55º 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 #417278 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB65114120-
CMYK0.460.0500.53
HSL186.55º29.73%36.27%-
HSV(B)186.55º45.83%47.06%-
XYZ11.5914.5119.96-
YUV100.03139.27103.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=21.74%
G=38.13%
B=40.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651141200.460.0500.53186.5529.7336.27
Hex4172782E5035bb1e24
Octal1011621705650652733644
Binary10000011110010111100010111010101101011011101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417278; }

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

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

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

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

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

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

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

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