Html Css Color HEX #42797D Ming

📋 copy color: '#42797D'

red 66 ◦ green 121 ◦ blue 125

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

Shades of Ming #42797D

Tints of Ming #42797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.78%

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 21.15%
G = 38.78%
B = 40.06%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42797D (or 0x42797D) is known color: Ming. HEX triplet: 42, 79 and 7D. RGB value is (66,121,125). Sum of RGB (Red+Green+Blue) = 66+121+125=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #42797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42797D is #BD8682. Grayscale: #686868. Windows color (decimal): -12420739 or 8223042. OLE color: 8223042.

HSL color Cylindrical-coordinate representation of color #42797D: hue angle of 184.07º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42797D is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 121 125 -
CMYK 0.47 0.03 0 0.51
HSL 184.07º 0.31% 0.37% -
HSV(B) 184.07º 0.47% 0.49% -
XYZ 12.79 16.31 21.88 -
YUV 105.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 66 121 125 0.47 0.03 0 0.51 184.07 0.31 0.37
Hex 42 79 7D 2F 3 0 33 B8 1F 25
Octal 102 171 175 57 3 0 63 270 37 45
Binary 1000010 1111001 1111101 101111 11 0 110011 10111000 11111 100101

Color Harmonies of #42797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42797D

Black with #42797D

Text Example


Text Example

White with #42797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42797D; }

 p { color: rgb(66,121,125); }

 H1.HeaderClassName
 {
   color: #42797D;
 }
 .AnyTagClassName
 {
   color: #42797D;
 }
</style>

background-color css

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

 a { background-color: rgb(66,121,125); }

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

border-color css

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

 span { border-color: rgb(66,121,125); }

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