#42767F

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

Shades of Ming #42767F

Tints of Ming #42767F

Color information

#42767F (or 0x42767F) is unknown color: approx Ming. HEX triplet: 42, 76 and 7F. RGB value is (66,118,127). Sum of RGB (Red+Green+Blue) = 66+118+127=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #42767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42767F is #BD8980. Grayscale: #676767. Windows color (decimal): -12421505 or 8353346. OLE color: 8353346.

HSL color Cylindrical-coordinate representation of color #42767F: hue angle of 188.85º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42767F is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66118127-
CMYK0.480.0700.50
HSL188.85º31.61%37.84%-
HSV(B)188.85º48.03%49.8%-
XYZ12.5615.6522.44-
YUV103.48141.27101.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 127 (50% from 255) = 40.84%
R=21.22%
G=37.94%
B=40.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661181270.480.0700.50188.8531.6137.84
Hex42767F307032bd2026
Octal1021661776070622754046
Binary100001011101101111111110000111011001010111101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42767F; }

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

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

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

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

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

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

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

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