Html Css Color HEX #42777C Ming

📋 copy color: '#42777C'

red 66 ◦ green 119 ◦ blue 124

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

Shades of Ming #42777C

Tints of Ming #42777C

RGB

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

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

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

R = 21.36%
G = 38.51%
B = 40.13%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42777C (or 0x42777C) is known color: Ming. HEX triplet: 42, 77 and 7C. RGB value is (66,119,124). Sum of RGB (Red+Green+Blue) = 66+119+124=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #42777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42777C is #BD8883. Grayscale: #676767. Windows color (decimal): -12421252 or 8156994. OLE color: 8156994.

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

Color convert

RGB 66 119 124 -
CMYK 0.47 0.04 0 0.51
HSL 185.17º 0.31% 0.37% -
HSV(B) 185.17º 0.47% 0.49% -
XYZ 12.48 15.81 21.46 -
YUV 103.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 66 119 124 0.47 0.04 0 0.51 185.17 0.31 0.37
Hex 42 77 7C 2F 4 0 33 B9 1F 25
Octal 102 167 174 57 4 0 63 271 37 45
Binary 1000010 1110111 1111100 101111 100 0 110011 10111001 11111 100101

Color Harmonies of #42777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42777C

Black with #42777C

Text Example


Text Example

White with #42777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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