Html Css Color HEX #42787C Ming

📋 copy color: '#42787C'

red 66 ◦ green 120 ◦ blue 124

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

Shades of Ming #42787C

Tints of Ming #42787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.71%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 21.29%
G = 38.71%
B = 40%

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

#42787C (or 0x42787C) is known color: Ming. HEX triplet: 42, 78 and 7C. RGB value is (66,120,124). Sum of RGB (Red+Green+Blue) = 66+120+124=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #42787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42787C is #BD8783. Grayscale: #686868. Windows color (decimal): -12420996 or 8157250. OLE color: 8157250.

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

Color convert

RGB 66 120 124 -
CMYK 0.47 0.03 0 0.51
HSL 184.14º 0.31% 0.37% -
HSV(B) 184.14º 0.47% 0.49% -
XYZ 12.6 16.05 21.5 -
YUV 104.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 66 120 124 0.47 0.03 0 0.51 184.14 0.31 0.37
Hex 42 78 7C 2F 3 0 33 B8 1F 25
Octal 102 170 174 57 3 0 63 270 37 45
Binary 1000010 1111000 1111100 101111 11 0 110011 10111000 11111 100101

Color Harmonies of #42787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42787C

Black with #42787C

Text Example


Text Example

White with #42787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42787C; }

 p { color: rgb(66,120,124); }

 H1.HeaderClassName
 {
   color: #42787C;
 }
 .AnyTagClassName
 {
   color: #42787C;
 }
</style>

background-color css

<style>
 a { background-color: #42787C; }

 a { background-color: rgb(66,120,124); }

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

border-color css

<style>
 span { border-color: #42787C; }

 span { border-color: rgb(66,120,124); }

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