Html Css Color HEX #42727A Ming

📋 copy color: '#42727A'

red 66 ◦ green 114 ◦ blue 122

#42727A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #42727A

Tints of Ming #42727A

RGB

 RED value IS 66 (26.17% from 255) = 21.85%

 GREEN value IS 114 (44.92% from 255) = 37.75%

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 21.85%
G = 37.75%
B = 40.4%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42727A (or 0x42727A) is known color: Ming. HEX triplet: 42, 72 and 7A. RGB value is (66,114,122). Sum of RGB (Red+Green+Blue) = 66+114+122=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #42727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42727A is #BD8D85. Grayscale: #646464. Windows color (decimal): -12422534 or 8024642. OLE color: 8024642.

HSL color Cylindrical-coordinate representation of color #42727A: hue angle of 188.57º 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 #42727A is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 114 122 -
CMYK 0.46 0.07 0 0.52
HSL 188.57º 0.3% 0.37% -
HSV(B) 188.57º 0.46% 0.48% -
XYZ 11.78 14.6 20.61 -
YUV 100.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 66 114 122 0.46 0.07 0 0.52 188.57 0.3 0.37
Hex 42 72 7A 2E 7 0 34 BD 1E 25
Octal 102 162 172 56 7 0 64 275 36 45
Binary 1000010 1110010 1111010 101110 111 0 110100 10111101 11110 100101

Color Harmonies of #42727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42727A

Black with #42727A

Text Example


Text Example

White with #42727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42727A;
 }
 .AnyTagClassName
 {
   color: #42727A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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