Html Css Color HEX #42777D Ming

📋 copy color: '#42777D'

red 66 ◦ green 119 ◦ blue 125

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

Shades of Ming #42777D

Tints of Ming #42777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.39%

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

R = 21.29%
G = 38.39%
B = 40.32%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42777D (or 0x42777D) is known color: Ming. HEX triplet: 42, 77 and 7D. RGB value is (66,119,125). Sum of RGB (Red+Green+Blue) = 66+119+125=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #42777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42777D is #BD8882. Grayscale: #676767. Windows color (decimal): -12421251 or 8222530. OLE color: 8222530.

HSL color Cylindrical-coordinate representation of color #42777D: hue angle of 186.1º 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 #42777D is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 119 125 -
CMYK 0.47 0.05 0 0.51
HSL 186.1º 0.31% 0.37% -
HSV(B) 186.1º 0.47% 0.49% -
XYZ 12.55 15.83 21.8 -
YUV 103.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 66 119 125 0.47 0.05 0 0.51 186.1 0.31 0.37
Hex 42 77 7D 2F 5 0 33 BA 1F 25
Octal 102 167 175 57 5 0 63 272 37 45
Binary 1000010 1110111 1111101 101111 101 0 110011 10111010 11111 100101

Color Harmonies of #42777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42777D

Black with #42777D

Text Example


Text Example

White with #42777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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