#427276

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

Shades of Ming #427276

Tints of Ming #427276

Color information

#427276 (or 0x427276) is unknown color: approx Ming. HEX triplet: 42, 72 and 76. RGB value is (66,114,118). Sum of RGB (Red+Green+Blue) = 66+114+118=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #427276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427276 is #BD8D89. Grayscale: #646464. Windows color (decimal): -12422538 or 7762498. OLE color: 7762498.

HSL color Cylindrical-coordinate representation of color #427276: hue angle of 184.62º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427276 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66114118-
CMYK0.440.0300.54
HSL184.62º28.26%36.08%-
HSV(B)184.62º44.07%46.27%-
XYZ11.5314.519.33-
YUV100.1138.1103.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=22.15%
G=38.26%
B=39.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661141180.440.0300.54184.6228.2636.08
Hex4272762C3036b91c24
Octal1021621665430662713444
Binary1000010111001011101101011001101101101011100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427276; }

 p { color: rgb(66,114,118); }

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

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

 a { background-color: rgb(66,114,118); }

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

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

 span { border-color: rgb(66,114,118); }

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