#42777A

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

Shades of Ming #42777A

Tints of Ming #42777A

Color information

#42777A (or 0x42777A) is unknown color: approx Ming. HEX triplet: 42, 77 and 7A. RGB value is (66,119,122). Sum of RGB (Red+Green+Blue) = 66+119+122=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #42777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42777A is #BD8885. Grayscale: #676767. Windows color (decimal): -12421254 or 8025922. OLE color: 8025922.

HSL color Cylindrical-coordinate representation of color #42777A: hue angle of 183.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42777A is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB66119122-
CMYK0.460.0200.52
HSL183.21º29.79%36.86%-
HSV(B)183.21º45.9%47.84%-
XYZ12.3615.7620.8-
YUV103.49138.44101.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=21.50%
G=38.76%
B=39.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal661191220.460.0200.52183.2129.7936.86
Hex42777A2E2034b71e25
Octal1021671725620642673645
Binary1000010111011111110101011101001101001011011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42777A; }

 p { color: rgb(66,119,122); }

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

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

 a { background-color: rgb(66,119,122); }

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

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

 span { border-color: rgb(66,119,122); }

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